#516244

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

Shades of Cabbage Pont #516244

Tints of Cabbage Pont #516244

Color information

#516244 (or 0x516244) is unknown color: approx Cabbage Pont. HEX triplet: 51, 62 and 44. RGB value is (81,98,68). Sum of RGB (Red+Green+Blue) = 81+98+68=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #516244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516244 is #AE9DBB. Grayscale: #595959. Windows color (decimal): -11443644 or 4481617. OLE color: 4481617.

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

Color convert

RGB819868-
CMYK0.1700.310.62
HSL94º18.07%32.55%-
HSV(B)94º30.61%38.43%-
XYZ8.810.97.11-
YUV89.5115.87121.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 68 (26.95% from 255) = 27.53%
R=32.79%
G=39.68%
B=27.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198680.1700.310.629418.0732.55
Hex5162441101F3E5e1221
Octal12114210421037761362241
Binary10100011100010100010010001011111111110101111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516244; }

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

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

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

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

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

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

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

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