#35A549

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

Shades of Chateau Green #35A549

Tints of Chateau Green #35A549

Color information

#35A549 (or 0x35A549) is unknown color: approx Chateau Green. HEX triplet: 35, A5 and 49. RGB value is (53,165,73). Sum of RGB (Red+Green+Blue) = 53+165+73=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #35A549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A549 is #CA5AB6. Grayscale: #797979. Windows color (decimal): -13261495 or 4826421. OLE color: 4826421.

HSL color Cylindrical-coordinate representation of color #35A549: hue angle of 130.71º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A549 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB5316573-
CMYK0.6800.560.35
HSL130.71º51.38%42.75%-
HSV(B)130.71º67.88%64.71%-
XYZ16.1328.1510.89-
YUV121.02100.8979.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.21%
GREEN value IS 165 (64.84% from 255) = 56.70%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=18.21%
G=56.70%
B=25.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal53165730.6800.560.35130.7151.3842.75
Hex35A549440382383332b
Octal65245111104070432036353
Binary1101011010010110010011000100011100010001110000011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,165,73); }

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

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

 a { background-color: rgb(53,165,73); }

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

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

 span { border-color: rgb(53,165,73); }

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