#35AD55

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

Shades of Chateau Green #35AD55

Tints of Chateau Green #35AD55

Color information

#35AD55 (or 0x35AD55) is unknown color: approx Chateau Green. HEX triplet: 35, AD and 55. RGB value is (53,173,85). Sum of RGB (Red+Green+Blue) = 53+173+85=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD55 is #CA52AA. Grayscale: #7F7F7F. Windows color (decimal): -13259435 or 5614901. OLE color: 5614901.

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

Color convert

RGB5317385-
CMYK0.6900.510.32
HSL136º53.1%44.31%-
HSV(B)136º69.36%67.84%-
XYZ18.0531.313.68-
YUV127.09104.2475.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.04%
GREEN value IS 173 (67.97% from 255) = 55.63%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=17.04%
G=55.63%
B=27.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53173850.6900.510.3213653.144.31
Hex35AD55450332088352c
Octal65255125105063402106554
Binary1101011010110110101011000101011001110000010001000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,173,85); }

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

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

 a { background-color: rgb(53,173,85); }

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

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

 span { border-color: rgb(53,173,85); }

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