#516044

Color #516044 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #516044

Tints of Cabbage Pont #516044

Color information

#516044 (or 0x516044) is unknown color: approx Cabbage Pont. HEX triplet: 51, 60 and 44. RGB value is (81,96,68). Sum of RGB (Red+Green+Blue) = 81+96+68=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #516044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516044 is #AE9FBB. Grayscale: #585858. Windows color (decimal): -11444156 or 4481105. OLE color: 4481105.

HSL color Cylindrical-coordinate representation of color #516044: hue angle of 92.14º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #516044 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB819668-
CMYK0.1600.290.62
HSL92.14º17.07%32.16%-
HSV(B)92.14º29.17%37.65%-
XYZ8.6210.537.05-
YUV88.32116.53122.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 68 (26.95% from 255) = 27.76%
R=33.06%
G=39.18%
B=27.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196680.1600.290.6292.1417.0732.16
Hex5160441001D3E5c1120
Octal12114010420035761342140
Binary10100011100000100010010000011101111110101110010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516044; }

 p { color: rgb(81,96,68); }

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

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

 a { background-color: rgb(81,96,68); }

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

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

 span { border-color: rgb(81,96,68); }

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