#35AF4D

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

Shades of Chateau Green #35AF4D

Tints of Chateau Green #35AF4D

Color information

#35AF4D (or 0x35AF4D) is unknown color: approx Chateau Green. HEX triplet: 35, AF and 4D. RGB value is (53,175,77). Sum of RGB (Red+Green+Blue) = 53+175+77=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AF4D is #CA50B2. Grayscale: #7F7F7F. Windows color (decimal): -13258931 or 5091125. OLE color: 5091125.

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

Color convert

RGB5317577-
CMYK0.7000.560.31
HSL131.8º53.51%44.71%-
HSV(B)131.8º69.71%68.63%-
XYZ18.1431.9512.23-
YUV127.3599.5874.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 175 (68.75% from 255) = 57.38%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=17.38%
G=57.38%
B=25.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53175770.7000.560.31131.853.5144.71
Hex35AF4D460381F84362d
Octal65257115106070372046655
Binary110101101011111001101100011001110001111110000100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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