#34B550

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

Shades of Chateau Green #34B550

Tints of Chateau Green #34B550

Color information

#34B550 (or 0x34B550) is unknown color: approx Chateau Green. HEX triplet: 34, B5 and 50. RGB value is (52,181,80). Sum of RGB (Red+Green+Blue) = 52+181+80=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #34B550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B550 is #CB4AAF. Grayscale: #838383. Windows color (decimal): -13322928 or 5289268. OLE color: 5289268.

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

Color convert

RGB5218180-
CMYK0.7100.560.29
HSL133.02º55.36%45.69%-
HSV(B)133.02º71.27%70.98%-
XYZ19.3934.3613.2-
YUV130.9299.2671.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 181 (71.09% from 255) = 57.83%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=16.61%
G=57.83%
B=25.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52181800.7100.560.29133.0255.3645.69
Hex34B550470381D85372e
Octal64265120107070352056756
Binary110100101101011010000100011101110001110110000101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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