#516341

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

Shades of Cabbage Pont #516341

Tints of Cabbage Pont #516341

Color information

#516341 (or 0x516341) is unknown color: approx Cabbage Pont. HEX triplet: 51, 63 and 41. RGB value is (81,99,65). Sum of RGB (Red+Green+Blue) = 81+99+65=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #516341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516341 is #AE9CBE. Grayscale: #595959. Windows color (decimal): -11443391 or 4285265. OLE color: 4285265.

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

Color convert

RGB819965-
CMYK0.1800.340.61
HSL91.76º20.73%32.16%-
HSV(B)91.76º34.34%38.82%-
XYZ8.8111.056.67-
YUV89.74114.04121.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 65 (25.78% from 255) = 26.53%
R=33.06%
G=40.41%
B=26.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199650.1800.340.6191.7620.7332.16
Hex516341120223D5c1520
Octal12114310122042751342540
Binary101000111000111000001100100100010111101101110010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516341; }

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

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

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

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

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

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

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

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