#51795A

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

Shades of Como #51795A

Tints of Como #51795A

Color information

#51795A (or 0x51795A) is unknown color: approx Como. HEX triplet: 51, 79 and 5A. RGB value is (81,121,90). Sum of RGB (Red+Green+Blue) = 81+121+90=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 121 - color contains mainly: green. Hex color #51795A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51795A is #AE86A5. Grayscale: #696969. Windows color (decimal): -11437734 or 5929297. OLE color: 5929297.

HSL color Cylindrical-coordinate representation of color #51795A: hue angle of 133.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #51795A is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB8112190-
CMYK0.3300.260.53
HSL133.5º19.8%39.61%-
HSV(B)133.5º33.06%47.45%-
XYZ12.0816.1612.16-
YUV105.51119.25110.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.74%
GREEN value IS 121 (47.66% from 255) = 41.44%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=27.74%
G=41.44%
B=30.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81121900.3300.260.53133.519.839.61
Hex51795A2101A35861428
Octal12117113241032652062450
Binary1010001111100110110101000010110101101011000011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51795A; }

 p { color: rgb(81,121,90); }

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

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

 a { background-color: rgb(81,121,90); }

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

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

 span { border-color: rgb(81,121,90); }

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