Html Css Color HEX #516141 Cabbage Pont

📋 copy color: '#516141'

red 81 ◦ green 97 ◦ blue 65

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

Shades of Cabbage Pont #516141

Tints of Cabbage Pont #516141

RGB

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

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

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

R = 33.33%
G = 39.92%
B = 26.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#516141 (or 0x516141) is known color: Cabbage Pont. HEX triplet: 51, 61 and 41. RGB value is (81,97,65). Sum of RGB (Red+Green+Blue) = 81+97+65=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #516141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516141 is #AE9EBE. Grayscale: #585858. Windows color (decimal): -11443903 or 4284753. OLE color: 4284753.

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

Color convert

RGB 81 97 65 -
CMYK 0.16 0 0.33 0.62
HSL 90º 0.2% 0.32% -
HSV(B) 90º 0.33% 0.38% -
XYZ 8.62 10.68 6.61 -
YUV 88.57 114.7 122.6 -
System Red Green Blue C M Y K H S L
Decimal 81 97 65 0.16 0 0.33 0.62 90 0.2 0.32
Hex 51 61 41 10 0 21 3E 5A 14 20
Octal 121 141 101 20 0 41 76 132 24 40
Binary 1010001 1100001 1000001 10000 0 100001 111110 1011010 10100 100000

Color Harmonies of #516141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516141

Black with #516141

Text Example


Text Example

White with #516141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516141; }

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

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

background-color css

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

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

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

border-color css

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

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

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