#35AF53

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

Shades of Chateau Green #35AF53

Tints of Chateau Green #35AF53

Color information

#35AF53 (or 0x35AF53) is unknown color: approx Chateau Green. HEX triplet: 35, AF and 53. RGB value is (53,175,83). Sum of RGB (Red+Green+Blue) = 53+175+83=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 83 (32.81% from 255 or 26.69% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AF53 is #CA50AC. Grayscale: #808080. Windows color (decimal): -13258925 or 5484341. OLE color: 5484341.

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

Color convert

RGB5317583-
CMYK0.7000.530.31
HSL134.75º53.51%44.71%-
HSV(B)134.75º69.71%68.63%-
XYZ18.3632.0413.4-
YUV128.03102.5874.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 175 (68.75% from 255) = 56.27%
BLUE value IS 83 (32.81% from 255) = 26.69%
R=17.04%
G=56.27%
B=26.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal53175830.7000.530.31134.7553.5144.71
Hex35AF53460351F87362d
Octal65257123106065372076655
Binary110101101011111010011100011001101011111110000111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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