#34B656

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

Shades of Chateau Green #34B656

Tints of Chateau Green #34B656

Color information

#34B656 (or 0x34B656) is unknown color: approx Chateau Green. HEX triplet: 34, B6 and 56. RGB value is (52,182,86). Sum of RGB (Red+Green+Blue) = 52+182+86=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 182 (71.48% from 255 or 56.88% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 182 - color contains mainly: green. Hex color #34B656 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B656 is #CB49A9. Grayscale: #848484. Windows color (decimal): -13322666 or 5682740. OLE color: 5682740.

HSL color Cylindrical-coordinate representation of color #34B656: hue angle of 135.69º degrees, saturation: 0.56, 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 #34B656 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB5218286-
CMYK0.7100.530.29
HSL135.69º55.56%45.88%-
HSV(B)135.69º71.43%71.37%-
XYZ19.8234.8614.49-
YUV132.19101.9370.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 182 (71.48% from 255) = 56.88%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=16.25%
G=56.88%
B=26.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52182860.7100.530.29135.6955.5645.88
Hex34B656470351D88382e
Octal64266126107065352107056
Binary110100101101101010110100011101101011110110001000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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