#35AF5D

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

Shades of Chateau Green #35AF5D

Tints of Chateau Green #35AF5D

Color information

#35AF5D (or 0x35AF5D) is unknown color: approx Chateau Green. HEX triplet: 35, AF and 5D. RGB value is (53,175,93). Sum of RGB (Red+Green+Blue) = 53+175+93=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 175 (68.75% from 255 or 54.52% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AF5D is #CA50A2. Grayscale: #818181. Windows color (decimal): -13258915 or 6139701. OLE color: 6139701.

HSL color Cylindrical-coordinate representation of color #35AF5D: hue angle of 139.67º 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 #35AF5D is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB5317593-
CMYK0.7000.470.31
HSL139.67º53.51%44.71%-
HSV(B)139.67º69.71%68.63%-
XYZ18.7732.2115.58-
YUV129.17107.5873.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 175 (68.75% from 255) = 54.52%
BLUE value IS 93 (36.72% from 255) = 28.97%
R=16.51%
G=54.52%
B=28.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53175930.7000.470.31139.6753.5144.71
Hex35AF5D4602F1F8c362d
Octal65257135106057372146655
Binary110101101011111011101100011001011111111110001100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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