#35AE4C

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

Shades of Chateau Green #35AE4C

Tints of Chateau Green #35AE4C

Color information

#35AE4C (or 0x35AE4C) is unknown color: approx Chateau Green. HEX triplet: 35, AE and 4C. RGB value is (53,174,76). Sum of RGB (Red+Green+Blue) = 53+174+76=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 174 (68.36% from 255 or 57.43% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 174 - color contains mainly: green. Hex color #35AE4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35AE4C is #CA51B3. Grayscale: #7E7E7E. Windows color (decimal): -13259188 or 5025333. OLE color: 5025333.

HSL color Cylindrical-coordinate representation of color #35AE4C: hue angle of 131.4º 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 #35AE4C is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB5317476-
CMYK0.7000.560.32
HSL131.4º53.3%44.51%-
HSV(B)131.4º69.54%68.24%-
XYZ17.9131.5511.98-
YUV126.6599.4175.47-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.49%
GREEN value IS 174 (68.36% from 255) = 57.43%
BLUE value IS 76 (30.08% from 255) = 25.08%
R=17.49%
G=57.43%
B=25.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53174760.7000.560.32131.453.344.51
Hex35AE4C460382083352d
Octal65256114106070402036555
Binary1101011010111010011001000110011100010000010000011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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