#34BC57

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

Shades of Chateau Green #34BC57

Tints of Chateau Green #34BC57

Color information

#34BC57 (or 0x34BC57) is unknown color: approx Chateau Green. HEX triplet: 34, BC and 57. RGB value is (52,188,87). Sum of RGB (Red+Green+Blue) = 52+188+87=327 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.90% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BC57 is #CB43A8. Grayscale: #888888. Windows color (decimal): -13321129 or 5749812. OLE color: 5749812.

HSL color Cylindrical-coordinate representation of color #34BC57: hue angle of 135.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BC57 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB5218887-
CMYK0.7200.540.26
HSL135.44º56.67%47.06%-
HSV(B)135.44º72.34%73.73%-
XYZ21.1237.3815.12-
YUV135.82100.4468.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.90%
GREEN value IS 188 (73.83% from 255) = 57.49%
BLUE value IS 87 (34.38% from 255) = 26.61%
R=15.90%
G=57.49%
B=26.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52188870.7200.540.26135.4456.6747.06
Hex34BC57480361A87392f
Octal64274127110066322077157
Binary110100101111001010111100100001101101101010000111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BC57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,188,87); }

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

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

 a { background-color: rgb(52,188,87); }

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

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

 span { border-color: rgb(52,188,87); }

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