#516343

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

Shades of Cabbage Pont #516343

Tints of Cabbage Pont #516343

Color information

#516343 (or 0x516343) is unknown color: approx Cabbage Pont. HEX triplet: 51, 63 and 43. RGB value is (81,99,67). Sum of RGB (Red+Green+Blue) = 81+99+67=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 67 (26.56% from 255 or 27.13% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #516343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516343 is #AE9CBC. Grayscale: #5A5A5A. Windows color (decimal): -11443389 or 4416337. OLE color: 4416337.

HSL color Cylindrical-coordinate representation of color #516343: hue angle of 93.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #516343 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.

Color convert

RGB819967-
CMYK0.1800.320.61
HSL93.75º19.28%32.55%-
HSV(B)93.75º32.32%38.82%-
XYZ8.8711.086.98-
YUV89.97115.04121.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.79%
GREEN value IS 99 (39.06% from 255) = 40.08%
BLUE value IS 67 (26.56% from 255) = 27.13%
R=32.79%
G=40.08%
B=27.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199670.1800.320.6193.7519.2832.55
Hex516343120203D5e1321
Octal12114310322040751362341
Binary101000111000111000011100100100000111101101111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516343; }

 p { color: rgb(81,99,67); }

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

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

 a { background-color: rgb(81,99,67); }

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

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

 span { border-color: rgb(81,99,67); }

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