#516228

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

Shades of Dark Olive Green #516228

Tints of Dark Olive Green #516228

Color information

#516228 (or 0x516228) is unknown color: approx Dark Olive Green. HEX triplet: 51, 62 and 28. RGB value is (81,98,40). Sum of RGB (Red+Green+Blue) = 81+98+40=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 40 (16.02% from 255 or 18.26% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #516228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516228 is #AE9DD7. Grayscale: #565656. Windows color (decimal): -11443672 or 2646609. OLE color: 2646609.

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

Color convert

RGB819840-
CMYK0.1700.590.62
HSL77.59º42.03%27.06%-
HSV(B)77.59º59.18%38.43%-
XYZ8.1410.643.63-
YUV86.3101.87124.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 98 (38.67% from 255) = 44.75%
BLUE value IS 40 (16.02% from 255) = 18.26%
R=36.99%
G=44.75%
B=18.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198400.1700.590.6277.5942.0327.06
Hex5162281103B3E4e2a1b
Octal1211425021073761165233
Binary10100011100010101000100010111011111110100111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516228; }

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

 H1.HeaderClassName
 {
   color: #516228;
 }
 .AnyTagClassName
 {
   color: #516228;
 }
</style>
background-color css

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

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

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

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

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

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