#35A24A

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

Shades of Chateau Green #35A24A

Tints of Chateau Green #35A24A

Color information

#35A24A (or 0x35A24A) is unknown color: approx Chateau Green. HEX triplet: 35, A2 and 4A. RGB value is (53,162,74). Sum of RGB (Red+Green+Blue) = 53+162+74=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #35A24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A24A is #CA5DB5. Grayscale: #777777. Windows color (decimal): -13262262 or 4891189. OLE color: 4891189.

HSL color Cylindrical-coordinate representation of color #35A24A: hue angle of 131.56º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35A24A is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB5316274-
CMYK0.6700.540.36
HSL131.56º50.7%42.16%-
HSV(B)131.56º67.28%63.53%-
XYZ15.6227.0910.88-
YUV119.38102.3980.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.34%
GREEN value IS 162 (63.67% from 255) = 56.06%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=18.34%
G=56.06%
B=25.61%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal53162740.6700.540.36131.5650.742.16
Hex35A24A430362484332a
Octal65242112103066442046352
Binary1101011010001010010101000011011011010010010000100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,162,74); }

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

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

 a { background-color: rgb(53,162,74); }

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

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

 span { border-color: rgb(53,162,74); }

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