Html Css Color HEX #516244 Cabbage Pont

📋 copy color: '#516244'

red 81 ◦ green 98 ◦ blue 68

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

Shades of Cabbage Pont #516244

Tints of Cabbage Pont #516244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.53%

R = 32.79%
G = 39.68%
B = 27.53%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#516244 (or 0x516244) is known color: Cabbage Pont. HEX triplet: 51, 62 and 44. RGB value is (81,98,68). Sum of RGB (Red+Green+Blue) = 81+98+68=247 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.79% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #516244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516244 is #AE9DBB. Grayscale: #595959. Windows color (decimal): -11443644 or 4481617. OLE color: 4481617.

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

Color convert

RGB 81 98 68 -
CMYK 0.17 0 0.31 0.62
HSL 94º 0.18% 0.33% -
HSV(B) 94º 0.31% 0.38% -
XYZ 8.8 10.9 7.11 -
YUV 89.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 81 98 68 0.17 0 0.31 0.62 94 0.18 0.33
Hex 51 62 44 11 0 1F 3E 5E 12 21
Octal 121 142 104 21 0 37 76 136 22 41
Binary 1010001 1100010 1000100 10001 0 11111 111110 1011110 10010 100001

Color Harmonies of #516244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516244

Black with #516244

Text Example


Text Example

White with #516244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516244; }

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

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

background-color css

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

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

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

border-color css

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

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

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