#35AE5D

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

Shades of Chateau Green #35AE5D

Tints of Chateau Green #35AE5D

Color information

#35AE5D (or 0x35AE5D) is unknown color: approx Chateau Green. HEX triplet: 35, AE and 5D. RGB value is (53,174,93). Sum of RGB (Red+Green+Blue) = 53+174+93=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #35AE5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AE5D is #CA51A2. Grayscale: #808080. Windows color (decimal): -13259171 or 6139445. OLE color: 6139445.

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

Color convert

RGB5317493-
CMYK0.7000.470.32
HSL139.83º53.3%44.51%-
HSV(B)139.83º69.54%68.24%-
XYZ18.5831.8215.52-
YUV128.59107.9174.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.56%
GREEN value IS 174 (68.36% from 255) = 54.38%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=16.56%
G=54.38%
B=29.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53174930.7000.470.32139.8353.344.51
Hex35AE5D4602F208c352d
Octal65256135106057402146555
Binary1101011010111010111011000110010111110000010001100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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