Html Css Color HEX #516041 Cabbage Pont

📋 copy color: '#516041'

red 81 ◦ green 96 ◦ blue 65

#516041
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #516041

Tints of Cabbage Pont #516041

RGB

 RED value IS 81 (32.03% from 255) = 33.47%

 GREEN value IS 96 (37.89% from 255) = 39.67%

 BLUE value IS 65 (25.78% from 255) = 26.86%

R = 33.47%
G = 39.67%
B = 26.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#516041 (or 0x516041) is known color: Cabbage Pont. HEX triplet: 51, 60 and 41. RGB value is (81,96,65). Sum of RGB (Red+Green+Blue) = 81+96+65=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #516041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516041 is #AE9FBE. Grayscale: #585858. Windows color (decimal): -11444159 or 4284497. OLE color: 4284497.

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

Color convert

RGB 81 96 65 -
CMYK 0.16 0 0.32 0.62
HSL 89.03º 0.19% 0.32% -
HSV(B) 89.03º 0.32% 0.38% -
XYZ 8.53 10.5 6.58 -
YUV 87.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 81 96 65 0.16 0 0.32 0.62 89.03 0.19 0.32
Hex 51 60 41 10 0 20 3E 59 13 20
Octal 121 140 101 20 0 40 76 131 23 40
Binary 1010001 1100000 1000001 10000 0 100000 111110 1011001 10011 100000

Color Harmonies of #516041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516041

Black with #516041

Text Example


Text Example

White with #516041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516041; }

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

 H1.HeaderClassName
 {
   color: #516041;
 }
 .AnyTagClassName
 {
   color: #516041;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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