#34B54B

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

Shades of Chateau Green #34B54B

Tints of Chateau Green #34B54B

Color information

#34B54B (or 0x34B54B) is unknown color: approx Chateau Green. HEX triplet: 34, B5 and 4B. RGB value is (52,181,75). Sum of RGB (Red+Green+Blue) = 52+181+75=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 181 (71.09% from 255 or 58.77% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 181 - color contains mainly: green. Hex color #34B54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B54B is #CB4AB4. Grayscale: #828282. Windows color (decimal): -13322933 or 4961588. OLE color: 4961588.

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

Color convert

RGB5218175-
CMYK0.7100.590.29
HSL130.7º55.36%45.69%-
HSV(B)130.7º71.27%70.98%-
XYZ19.2134.2912.26-
YUV130.3496.7672.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 181 (71.09% from 255) = 58.77%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=16.88%
G=58.77%
B=24.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52181750.7100.590.29130.755.3645.69
Hex34B54B4703B1D83372e
Octal64265113107073352036756
Binary110100101101011001011100011101110111110110000011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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