#55915F

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

Shades of Chateau Green #55915F

Tints of Chateau Green #55915F

Color information

#55915F (or 0x55915F) is unknown color: approx Chateau Green. HEX triplet: 55, 91 and 5F. RGB value is (85,145,95). Sum of RGB (Red+Green+Blue) = 85+145+95=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #55915F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55915F is #AA6EA0. Grayscale: #797979. Windows color (decimal): -11169441 or 6263125. OLE color: 6263125.

HSL color Cylindrical-coordinate representation of color #55915F: hue angle of 130º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55915F is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB8514595-
CMYK0.4100.340.43
HSL130º26.09%45.1%-
HSV(B)130º41.38%56.86%-
XYZ15.9423.0114.43-
YUV121.36113.12102.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=26.15%
G=44.62%
B=29.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85145950.4100.340.4313026.0945.1
Hex55915F290222B821a2d
Octal12522113751042532023255
Binary101010110010001101111110100101000101010111000001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55915F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55915F; }

 p { color: rgb(85,145,95); }

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

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

 a { background-color: rgb(85,145,95); }

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

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

 span { border-color: rgb(85,145,95); }

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