Html Css Color HEX #516242 Cabbage Pont

📋 copy color: '#516242'

red 81 ◦ green 98 ◦ blue 66

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

Shades of Cabbage Pont #516242

Tints of Cabbage Pont #516242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40%

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

R = 33.06%
G = 40%
B = 26.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#516242 (or 0x516242) is known color: Cabbage Pont. HEX triplet: 51, 62 and 42. RGB value is (81,98,66). Sum of RGB (Red+Green+Blue) = 81+98+66=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #516242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516242 is #AE9DBD. Grayscale: #595959. Windows color (decimal): -11443646 or 4350545. OLE color: 4350545.

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

Color convert

RGB 81 98 66 -
CMYK 0.17 0 0.33 0.62
HSL 91.88º 0.2% 0.32% -
HSV(B) 91.88º 0.33% 0.38% -
XYZ 8.74 10.88 6.79 -
YUV 89.27 114.87 122.1 -
System Red Green Blue C M Y K H S L
Decimal 81 98 66 0.17 0 0.33 0.62 91.88 0.2 0.32
Hex 51 62 42 11 0 21 3E 5C 14 20
Octal 121 142 102 21 0 41 76 134 24 40
Binary 1010001 1100010 1000010 10001 0 100001 111110 1011100 10100 100000

Color Harmonies of #516242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516242

Black with #516242

Text Example


Text Example

White with #516242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516242; }

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

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

background-color css

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

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

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

border-color css

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

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

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