#516224

Color #516224 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #516224

Tints of Dark Olive Green #516224

Color information

#516224 (or 0x516224) is unknown color: approx 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

RGB819836-
CMYK0.1700.630.62
HSL76.45º46.27%26.27%-
HSV(B)76.45º63.27%38.43%-
XYZ8.0810.613.29-
YUV85.8599.87124.54-

RGB Variations

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

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 (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198360.1700.630.6276.4546.2726.27
Hex5162241103F3E4c2e1a
Octal1211424421077761145632
Binary10100011100010100100100010111111111110100110010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>