#35AB5B

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

Shades of Chateau Green #35AB5B

Tints of Chateau Green #35AB5B

Color information

#35AB5B (or 0x35AB5B) is unknown color: approx Chateau Green. HEX triplet: 35, AB and 5B. RGB value is (53,171,91). Sum of RGB (Red+Green+Blue) = 53+171+91=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AB5B is #CA54A4. Grayscale: #7E7E7E. Windows color (decimal): -13259941 or 6007605. OLE color: 6007605.

HSL color Cylindrical-coordinate representation of color #35AB5B: hue angle of 139.32º 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 #35AB5B is Cyan = 0.69, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB5317191-
CMYK0.6900.470.33
HSL139.32º52.68%43.92%-
HSV(B)139.32º69.01%67.06%-
XYZ17.9230.6414.87-
YUV126.6107.9175.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.83%
GREEN value IS 171 (67.19% from 255) = 54.29%
BLUE value IS 91 (35.94% from 255) = 28.89%
R=16.83%
G=54.29%
B=28.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53171910.6900.470.33139.3252.6843.92
Hex35AB5B4502F218b352c
Octal65253133105057412136554
Binary1101011010101110110111000101010111110000110001011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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