#559765

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

Shades of Chateau Green #559765

Tints of Chateau Green #559765

Color information

#559765 (or 0x559765) is unknown color: approx Chateau Green. HEX triplet: 55, 97 and 65. RGB value is (85,151,101). Sum of RGB (Red+Green+Blue) = 85+151+101=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 151 - color contains mainly: green. Hex color #559765 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559765 is #AA689A. Grayscale: #7D7D7D. Windows color (decimal): -11167899 or 6657877. OLE color: 6657877.

HSL color Cylindrical-coordinate representation of color #559765: hue angle of 134.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559765 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB85151101-
CMYK0.4400.330.41
HSL134.55º27.97%46.27%-
HSV(B)134.55º43.71%59.22%-
XYZ17.162516.23-
YUV125.57114.1399.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 151 (59.38% from 255) = 44.81%
BLUE value IS 101 (39.84% from 255) = 29.97%
R=25.22%
G=44.81%
B=29.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851511010.4400.330.41134.5527.9746.27
Hex5597652C02129871c2e
Octal12522714554041512073456
Binary101010110010111110010110110001000011010011000011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559765; }

 p { color: rgb(85,151,101); }

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

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

 a { background-color: rgb(85,151,101); }

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

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

 span { border-color: rgb(85,151,101); }

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