#35AD56

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

Shades of Chateau Green #35AD56

Tints of Chateau Green #35AD56

Color information

#35AD56 (or 0x35AD56) is unknown color: approx Chateau Green. HEX triplet: 35, AD and 56. RGB value is (53,173,86). Sum of RGB (Red+Green+Blue) = 53+173+86=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #35AD56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AD56 is #CA52A9. Grayscale: #7F7F7F. Windows color (decimal): -13259434 or 5680437. OLE color: 5680437.

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

Color convert

RGB5317386-
CMYK0.6900.500.32
HSL136.5º53.1%44.31%-
HSV(B)136.5º69.36%67.84%-
XYZ18.0931.3213.9-
YUV127.2104.7475.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 173 (67.97% from 255) = 55.45%
BLUE value IS 86 (33.98% from 255) = 27.56%
R=16.99%
G=55.45%
B=27.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal53173860.6900.500.32136.553.144.31
Hex35AD56450322088352c
Octal65255126105062402106554
Binary1101011010110110101101000101011001010000010001000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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