#35B54F

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

Shades of Chateau Green #35B54F

Tints of Chateau Green #35B54F

Color information

#35B54F (or 0x35B54F) is unknown color: approx Chateau Green. HEX triplet: 35, B5 and 4F. RGB value is (53,181,79). Sum of RGB (Red+Green+Blue) = 53+181+79=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #35B54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #35B54F is #CA4AB0. Grayscale: #838383. Windows color (decimal): -13257393 or 5223733. OLE color: 5223733.

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

Color convert

RGB5318179-
CMYK0.7100.560.29
HSL132.19º54.7%45.88%-
HSV(B)132.19º70.72%70.98%-
XYZ19.434.3713.01-
YUV131.198.5972.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 181 (71.09% from 255) = 57.83%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=16.93%
G=57.83%
B=25.24%

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
Decimal53181790.7100.560.29132.1954.745.88
Hex35B54F470381D84372e
Octal65265117107070352046756
Binary110101101101011001111100011101110001110110000100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35B54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35B54F; }

 p { color: rgb(53,181,79); }

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

<style>
 a { background-color: #35B54F; }

 a { background-color: rgb(53,181,79); }

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

<style>
 span { border-color: #35B54F; }

 span { border-color: rgb(53,181,79); }

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