#35AF5E

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

Shades of Chateau Green #35AF5E

Tints of Chateau Green #35AF5E

Color information

#35AF5E (or 0x35AF5E) is unknown color: approx Chateau Green. HEX triplet: 35, AF and 5E. RGB value is (53,175,94). Sum of RGB (Red+Green+Blue) = 53+175+94=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AF5E is #CA50A1. Grayscale: #818181. Windows color (decimal): -13258914 or 6205237. OLE color: 6205237.

HSL color Cylindrical-coordinate representation of color #35AF5E: hue angle of 140.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AF5E is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB5317594-
CMYK0.7000.460.31
HSL140.16º53.51%44.71%-
HSV(B)140.16º69.71%68.63%-
XYZ18.8232.2215.82-
YUV129.29108.0873.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.46%
GREEN value IS 175 (68.75% from 255) = 54.35%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=16.46%
G=54.35%
B=29.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53175940.7000.460.31140.1653.5144.71
Hex35AF5E4602E1F8c362d
Octal65257136106056372146655
Binary110101101011111011110100011001011101111110001100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,175,94); }

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

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

 a { background-color: rgb(53,175,94); }

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

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

 span { border-color: rgb(53,175,94); }

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