#35A849

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

Shades of Chateau Green #35A849

Tints of Chateau Green #35A849

Color information

#35A849 (or 0x35A849) is unknown color: approx Chateau Green. HEX triplet: 35, A8 and 49. RGB value is (53,168,73). Sum of RGB (Red+Green+Blue) = 53+168+73=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 168 (66.02% from 255 or 57.14% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 168 - color contains mainly: green. Hex color #35A849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35A849 is #CA57B6. Grayscale: #7B7B7B. Windows color (decimal): -13260727 or 4827189. OLE color: 4827189.

HSL color Cylindrical-coordinate representation of color #35A849: hue angle of 130.43º 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 #35A849 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB5316873-
CMYK0.6800.570.34
HSL130.43º52.04%43.33%-
HSV(B)130.43º68.45%65.88%-
XYZ16.6729.2411.07-
YUV122.7899.978.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 168 (66.02% from 255) = 57.14%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=18.03%
G=57.14%
B=24.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal53168730.6800.570.34130.4352.0443.33
Hex35A849440392282342b
Octal65250111104071422026453
Binary1101011010100010010011000100011100110001010000010110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35A849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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