#35AB54

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

Shades of Chateau Green #35AB54

Tints of Chateau Green #35AB54

Color information

#35AB54 (or 0x35AB54) is unknown color: approx Chateau Green. HEX triplet: 35, AB and 54. RGB value is (53,171,84). Sum of RGB (Red+Green+Blue) = 53+171+84=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #35AB54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AB54 is #CA54AB. Grayscale: #7E7E7E. Windows color (decimal): -13259948 or 5548853. OLE color: 5548853.

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

Color convert

RGB5317184-
CMYK0.6900.510.33
HSL135.76º52.68%43.92%-
HSV(B)135.76º69.01%67.06%-
XYZ17.6330.5213.35-
YUV125.8104.4176.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 171 (67.19% from 255) = 55.52%
BLUE value IS 84 (33.20% from 255) = 27.27%
R=17.21%
G=55.52%
B=27.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal53171840.6900.510.33135.7652.6843.92
Hex35AB54450332188352c
Octal65253124105063412106554
Binary1101011010101110101001000101011001110000110001000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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