Html Css Color HEX #516224 Dark Olive Green

📋 copy color: '#516224'

red 81 ◦ green 98 ◦ blue 36

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

Shades of Dark Olive Green #516224

Tints of Dark Olive Green #516224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.74%

R = 37.67%
G = 45.58%
B = 16.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#516224 (or 0x516224) is known color: Dark Olive Green. HEX triplet: 51, 62 and 24. RGB value is (81,98,36). Sum of RGB (Red+Green+Blue) = 81+98+36=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #516224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516224 is #AE9DDB. Grayscale: #565656. Windows color (decimal): -11443676 or 2384465. OLE color: 2384465.

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

Color convert

RGB 81 98 36 -
CMYK 0.17 0 0.63 0.62
HSL 76.45º 0.46% 0.26% -
HSV(B) 76.45º 0.63% 0.38% -
XYZ 8.08 10.61 3.29 -
YUV 85.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 81 98 36 0.17 0 0.63 0.62 76.45 0.46 0.26
Hex 51 62 24 11 0 3F 3E 4C 2E 1A
Octal 121 142 44 21 0 77 76 114 56 32
Binary 1010001 1100010 100100 10001 0 111111 111110 1001100 101110 11010

Color Harmonies of #516224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516224

Black with #516224

Text Example


Text Example

White with #516224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516224; }

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

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

background-color css

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

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

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

border-color css

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

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

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