#34BC53

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

Shades of Chateau Green #34BC53

Tints of Chateau Green #34BC53

Color information

#34BC53 (or 0x34BC53) is unknown color: approx Chateau Green. HEX triplet: 34, BC and 53. RGB value is (52,188,83). Sum of RGB (Red+Green+Blue) = 52+188+83=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BC53 is #CB43AC. Grayscale: #878787. Windows color (decimal): -13321133 or 5487668. OLE color: 5487668.

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

Color convert

RGB5218883-
CMYK0.7200.560.26
HSL133.68º56.67%47.06%-
HSV(B)133.68º72.34%73.73%-
XYZ20.9637.3214.28-
YUV135.3798.4468.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 188 (73.83% from 255) = 58.20%
BLUE value IS 83 (32.81% from 255) = 25.70%
R=16.10%
G=58.20%
B=25.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52188830.7200.560.26133.6856.6747.06
Hex34BC53480381A86392f
Octal64274123110070322067157
Binary110100101111001010011100100001110001101010000110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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