#35AB49

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

Shades of Chateau Green #35AB49

Tints of Chateau Green #35AB49

Color information

#35AB49 (or 0x35AB49) is unknown color: approx Chateau Green. HEX triplet: 35, AB and 49. RGB value is (53,171,73). Sum of RGB (Red+Green+Blue) = 53+171+73=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AB49 is #CA54B6. Grayscale: #7C7C7C. Windows color (decimal): -13259959 or 4827957. OLE color: 4827957.

HSL color Cylindrical-coordinate representation of color #35AB49: hue angle of 130.17º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AB49 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB5317173-
CMYK0.6900.570.33
HSL130.17º52.68%43.92%-
HSV(B)130.17º69.01%67.06%-
XYZ17.2330.3611.26-
YUV124.5598.9176.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 171 (67.19% from 255) = 57.58%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=17.85%
G=57.58%
B=24.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53171730.6900.570.33130.1752.6843.92
Hex35AB49450392182352c
Octal65253111105071412026554
Binary1101011010101110010011000101011100110000110000010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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