#35AE51

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

Shades of Chateau Green #35AE51

Tints of Chateau Green #35AE51

Color information

#35AE51 (or 0x35AE51) is unknown color: approx Chateau Green. HEX triplet: 35, AE and 51. RGB value is (53,174,81). Sum of RGB (Red+Green+Blue) = 53+174+81=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 174 (68.36% from 255 or 56.49% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 174 - color contains mainly: green. Hex color #35AE51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AE51 is #CA51AE. Grayscale: #7F7F7F. Windows color (decimal): -13259183 or 5353013. OLE color: 5353013.

HSL color Cylindrical-coordinate representation of color #35AE51: hue angle of 133.88º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AE51 is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB5317481-
CMYK0.7000.530.32
HSL133.88º53.3%44.51%-
HSV(B)133.88º69.54%68.24%-
XYZ18.0931.6212.94-
YUV127.22101.9175.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.21%
GREEN value IS 174 (68.36% from 255) = 56.49%
BLUE value IS 81 (32.03% from 255) = 26.30%
R=17.21%
G=56.49%
B=26.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53174810.7000.530.32133.8853.344.51
Hex35AE51460352086352d
Octal65256121106065402066555
Binary1101011010111010100011000110011010110000010000110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,174,81); }

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

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

 a { background-color: rgb(53,174,81); }

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

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

 span { border-color: rgb(53,174,81); }

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