#34BC50

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

Shades of Chateau Green #34BC50

Tints of Chateau Green #34BC50

Color information

#34BC50 (or 0x34BC50) is unknown color: approx Chateau Green. HEX triplet: 34, BC and 50. RGB value is (52,188,80). Sum of RGB (Red+Green+Blue) = 52+188+80=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BC50 is #CB43AF. Grayscale: #878787. Windows color (decimal): -13321136 or 5291060. OLE color: 5291060.

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

Color convert

RGB5218880-
CMYK0.7200.570.26
HSL132.35º56.67%47.06%-
HSV(B)132.35º72.34%73.73%-
XYZ20.8537.2813.69-
YUV135.0296.9468.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.25%
GREEN value IS 188 (73.83% from 255) = 58.75%
BLUE value IS 80 (31.64% from 255) = 25%
R=16.25%
G=58.75%
B=25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52188800.7200.570.26132.3556.6747.06
Hex34BC50480391A84392f
Octal64274120110071322047157
Binary110100101111001010000100100001110011101010000100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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