#34B556

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

Shades of Chateau Green #34B556

Tints of Chateau Green #34B556

Color information

#34B556 (or 0x34B556) is unknown color: approx Chateau Green. HEX triplet: 34, B5 and 56. RGB value is (52,181,86). Sum of RGB (Red+Green+Blue) = 52+181+86=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #34B556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B556 is #CB4AA9. Grayscale: #838383. Windows color (decimal): -13322922 or 5682484. OLE color: 5682484.

HSL color Cylindrical-coordinate representation of color #34B556: hue angle of 135.81º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B556 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB5218186-
CMYK0.7100.520.29
HSL135.81º55.36%45.69%-
HSV(B)135.81º71.27%70.98%-
XYZ19.6234.4514.42-
YUV131.6102.2671.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 181 (71.09% from 255) = 56.74%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=16.30%
G=56.74%
B=26.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52181860.7100.520.29135.8155.3645.69
Hex34B556470341D88372e
Octal64265126107064352106756
Binary110100101101011010110100011101101001110110001000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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