#34B54C

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

Shades of Chateau Green #34B54C

Tints of Chateau Green #34B54C

Color information

#34B54C (or 0x34B54C) is unknown color: approx Chateau Green. HEX triplet: 34, B5 and 4C. RGB value is (52,181,76). Sum of RGB (Red+Green+Blue) = 52+181+76=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #34B54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B54C is #CB4AB3. Grayscale: #828282. Windows color (decimal): -13322932 or 5027124. OLE color: 5027124.

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

Color convert

RGB5218176-
CMYK0.7100.580.29
HSL131.16º55.36%45.69%-
HSV(B)131.16º71.27%70.98%-
XYZ19.2434.312.44-
YUV130.4697.2672.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 181 (71.09% from 255) = 58.58%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=16.83%
G=58.58%
B=24.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52181760.7100.580.29131.1655.3645.69
Hex34B54C4703A1D83372e
Octal64265114107072352036756
Binary110100101101011001100100011101110101110110000011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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