#51855F

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

Shades of Como #51855F

Tints of Como #51855F

Color information

#51855F (or 0x51855F) is unknown color: approx Como. HEX triplet: 51, 85 and 5F. RGB value is (81,133,95). Sum of RGB (Red+Green+Blue) = 81+133+95=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 133 - color contains mainly: green. Hex color #51855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51855F is #AE7AA0. Grayscale: #717171. Windows color (decimal): -11434657 or 6260049. OLE color: 6260049.

HSL color Cylindrical-coordinate representation of color #51855F: hue angle of 136.15º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #51855F is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB8113395-
CMYK0.3900.290.48
HSL136.15º24.3%41.96%-
HSV(B)136.15º39.1%52.16%-
XYZ13.8519.3513.83-
YUV113.12117.77105.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.21%
GREEN value IS 133 (52.34% from 255) = 43.04%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=26.21%
G=43.04%
B=30.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81133950.3900.290.48136.1524.341.96
Hex51855F2701D3088182a
Octal12120513747035602103052
Binary10100011000010110111111001110111011100001000100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,133,95); }

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

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

 a { background-color: rgb(81,133,95); }

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

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

 span { border-color: rgb(81,133,95); }

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