#35A84A

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

Shades of Chateau Green #35A84A

Tints of Chateau Green #35A84A

Color information

#35A84A (or 0x35A84A) is unknown color: approx Chateau Green. HEX triplet: 35, A8 and 4A. RGB value is (53,168,74). Sum of RGB (Red+Green+Blue) = 53+168+74=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 168 (66.02% from 255 or 56.95% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 168 - color contains mainly: green. Hex color #35A84A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A84A is #CA57B5. Grayscale: #7B7B7B. Windows color (decimal): -13260726 or 4892725. OLE color: 4892725.

HSL color Cylindrical-coordinate representation of color #35A84A: hue angle of 130.96º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A84A is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.

Color convert

RGB5316874-
CMYK0.6800.560.34
HSL130.96º52.04%43.33%-
HSV(B)130.96º68.45%65.88%-
XYZ16.7129.2611.25-
YUV122.9100.478.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 168 (66.02% from 255) = 56.95%
BLUE value IS 74 (29.30% from 255) = 25.08%
R=17.97%
G=56.95%
B=25.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53168740.6800.560.34130.9652.0443.33
Hex35A84A440382283342b
Octal65250112104070422036453
Binary1101011010100010010101000100011100010001010000011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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