#34BB56

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

Shades of Chateau Green #34BB56

Tints of Chateau Green #34BB56

Color information

#34BB56 (or 0x34BB56) is unknown color: approx Chateau Green. HEX triplet: 34, BB and 56. RGB value is (52,187,86). Sum of RGB (Red+Green+Blue) = 52+187+86=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 187 (73.44% from 255 or 57.54% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BB56 is #CB44A9. Grayscale: #878787. Windows color (decimal): -13321386 or 5684020. OLE color: 5684020.

HSL color Cylindrical-coordinate representation of color #34BB56: hue angle of 135.11º 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 #34BB56 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB5218786-
CMYK0.7200.540.27
HSL135.11º56.49%46.86%-
HSV(B)135.11º72.19%73.33%-
XYZ20.8736.9414.83-
YUV135.12100.2768.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 187 (73.44% from 255) = 57.54%
BLUE value IS 86 (33.98% from 255) = 26.46%
R=16%
G=57.54%
B=26.46%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52187860.7200.540.27135.1156.4946.86
Hex34BB56480361B87382f
Octal64273126110066332077057
Binary110100101110111010110100100001101101101110000111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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