Html Css Color HEX #516142 Cabbage Pont

📋 copy color: '#516142'

red 81 ◦ green 97 ◦ blue 66

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

Shades of Cabbage Pont #516142

Tints of Cabbage Pont #516142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.75%

 BLUE value IS 66 (26.17% from 255) = 27.05%

R = 33.2%
G = 39.75%
B = 27.05%

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

#516142 (or 0x516142) is known color: Cabbage Pont. HEX triplet: 51, 61 and 42. RGB value is (81,97,66). Sum of RGB (Red+Green+Blue) = 81+97+66=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #516142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516142 is #AE9EBD. Grayscale: #585858. Windows color (decimal): -11443902 or 4350289. OLE color: 4350289.

HSL color Cylindrical-coordinate representation of color #516142: hue angle of 90.97º 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 #516142 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 66 -
CMYK 0.16 0 0.32 0.62
HSL 90.97º 0.19% 0.32% -
HSV(B) 90.97º 0.32% 0.38% -
XYZ 8.65 10.69 6.76 -
YUV 88.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 81 97 66 0.16 0 0.32 0.62 90.97 0.19 0.32
Hex 51 61 42 10 0 20 3E 5B 13 20
Octal 121 141 102 20 0 40 76 133 23 40
Binary 1010001 1100001 1000010 10000 0 100000 111110 1011011 10011 100000

Color Harmonies of #516142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516142

Black with #516142

Text Example


Text Example

White with #516142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516142; }

 p { color: rgb(81,97,66); }

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

background-color css

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

 a { background-color: rgb(81,97,66); }

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

border-color css

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

 span { border-color: rgb(81,97,66); }

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