#34BB50

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

Shades of Chateau Green #34BB50

Tints of Chateau Green #34BB50

Color information

#34BB50 (or 0x34BB50) is unknown color: approx Chateau Green. HEX triplet: 34, BB and 50. RGB value is (52,187,80). Sum of RGB (Red+Green+Blue) = 52+187+80=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 187 (73.44% from 255 or 58.62% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 187 - color contains mainly: green. Hex color #34BB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BB50 is #CB44AF. Grayscale: #868686. Windows color (decimal): -13321392 or 5290804. OLE color: 5290804.

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

Color convert

RGB5218780-
CMYK0.7200.570.27
HSL132.44º56.49%46.86%-
HSV(B)132.44º72.19%73.33%-
XYZ20.6336.8513.61-
YUV134.4497.2769.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 187 (73.44% from 255) = 58.62%
BLUE value IS 80 (31.64% from 255) = 25.08%
R=16.30%
G=58.62%
B=25.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal52187800.7200.570.27132.4456.4946.86
Hex34BB50480391B84382f
Octal64273120110071332047057
Binary110100101110111010000100100001110011101110000100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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