#34BB4E

Color #34BB4E Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #34BB4E

Tints of Chateau Green #34BB4E

Color information

#34BB4E (or 0x34BB4E) is unknown color: approx Chateau Green. HEX triplet: 34, BB and 4E. RGB value is (52,187,78). Sum of RGB (Red+Green+Blue) = 52+187+78=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 187 (73.44% from 255 or 58.99% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BB4E is #CB44B1. Grayscale: #868686. Windows color (decimal): -13321394 or 5159732. OLE color: 5159732.

HSL color Cylindrical-coordinate representation of color #34BB4E: hue angle of 131.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BB4E is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB5218778-
CMYK0.7200.580.27
HSL131.56º56.49%46.86%-
HSV(B)131.56º72.19%73.33%-
XYZ20.5636.8213.23-
YUV134.2196.2769.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 187 (73.44% from 255) = 58.99%
BLUE value IS 78 (30.86% from 255) = 24.61%
R=16.40%
G=58.99%
B=24.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52187780.7200.580.27131.5656.4946.86
Hex34BB4E4803A1B84382f
Octal64273116110072332047057
Binary110100101110111001110100100001110101101110000100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34BB4E; }

 p { color: rgb(52,187,78); }

 H1.HeaderClassName
 {
   color: #34BB4E;
 }
 .AnyTagClassName
 {
   color: #34BB4E;
 }
</style>
background-color css

<style>
 a { background-color: #34BB4E; }

 a { background-color: rgb(52,187,78); }

 div.DivClassName
 {
   background-color: #34BB4E;
 }
 .BgClassName
 {
   background-color: #34BB4E;
 }
</style>
border-color css

<style>
 span { border-color: #34BB4E; }

 span { border-color: rgb(52,187,78); }

 td.TdClassName
 {
   border-color: #34BB4E;
 }
 .TagClassName
 {
   border-color: #34BB4E;
 }
</style>