#559467

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

Shades of Chateau Green #559467

Tints of Chateau Green #559467

Color information

#559467 (or 0x559467) is unknown color: approx Chateau Green. HEX triplet: 55, 94 and 67. RGB value is (85,148,103). Sum of RGB (Red+Green+Blue) = 85+148+103=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #559467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559467 is #AA6B98. Grayscale: #7C7C7C. Windows color (decimal): -11168665 or 6788181. OLE color: 6788181.

HSL color Cylindrical-coordinate representation of color #559467: hue angle of 137.14º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559467 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB85148103-
CMYK0.4300.300.42
HSL137.14º27.04%45.69%-
HSV(B)137.14º42.57%58.04%-
XYZ16.7824.0916.6-
YUV124.03116.13100.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 148 (58.20% from 255) = 44.05%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=25.30%
G=44.05%
B=30.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851481030.4300.300.42137.1427.0445.69
Hex5594672B01E2A891b2e
Octal12522414753036522113356
Binary10101011001010011001111010110111101010101000100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559467; }

 p { color: rgb(85,148,103); }

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

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

 a { background-color: rgb(85,148,103); }

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

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

 span { border-color: rgb(85,148,103); }

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