#515948

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

Shades of Cabbage Pont #515948

Tints of Cabbage Pont #515948

Color information

#515948 (or 0x515948) is unknown color: approx Cabbage Pont. HEX triplet: 51, 59 and 48. RGB value is (81,89,72). Sum of RGB (Red+Green+Blue) = 81+89+72=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #515948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515948 is #AEA6B7. Grayscale: #545454. Windows color (decimal): -11445944 or 4741457. OLE color: 4741457.

HSL color Cylindrical-coordinate representation of color #515948: hue angle of 88.24º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #515948 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB818972-
CMYK0.0900.190.65
HSL88.24º10.56%31.57%-
HSV(B)88.24º19.1%34.9%-
XYZ8.149.367.51-
YUV84.67120.85125.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.47%
GREEN value IS 89 (35.16% from 255) = 36.78%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=33.47%
G=36.78%
B=29.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8189720.0900.190.6588.2410.5631.57
Hex51594890134158b20
Octal121131110110231011301340
Binary1010001101100110010001001010011100000110110001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515948; }

 p { color: rgb(81,89,72); }

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

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

 a { background-color: rgb(81,89,72); }

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

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

 span { border-color: rgb(81,89,72); }

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