#51855B

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

Shades of Como #51855B

Tints of Como #51855B

Color information

#51855B (or 0x51855B) is unknown color: approx Como. HEX triplet: 51, 85 and 5B. RGB value is (81,133,91). Sum of RGB (Red+Green+Blue) = 81+133+91=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 133 (52.34% from 255 or 43.61% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 133 - color contains mainly: green. Hex color #51855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51855B is #AE7AA4. Grayscale: #707070. Windows color (decimal): -11434661 or 5997905. OLE color: 5997905.

HSL color Cylindrical-coordinate representation of color #51855B: hue angle of 131.54º 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 #51855B is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB8113391-
CMYK0.3900.320.48
HSL131.54º24.3%41.96%-
HSV(B)131.54º39.1%52.16%-
XYZ13.6719.2812.9-
YUV112.66115.77105.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 133 (52.34% from 255) = 43.61%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=26.56%
G=43.61%
B=29.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81133910.3900.320.48131.5424.341.96
Hex51855B270203084182a
Octal12120513347040602043052
Binary101000110000101101101110011101000001100001000010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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