Html Css Color HEX #516228 Dark Olive Green

📋 copy color: '#516228'

red 81 ◦ green 98 ◦ blue 40

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

Shades of Dark Olive Green #516228

Tints of Dark Olive Green #516228

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 value IS 0.17

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#516228 (or 0x516228) is known color: 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

RGB 81 98 40 -
CMYK 0.17 0 0.59 0.62
HSL 77.59º 0.42% 0.27% -
HSV(B) 77.59º 0.59% 0.38% -
XYZ 8.14 10.64 3.63 -
YUV 86.31 101.87 124.22 -
System Red Green Blue C M Y K H S L
Decimal 81 98 40 0.17 0 0.59 0.62 77.59 0.42 0.27
Hex 51 62 28 11 0 3B 3E 4E 2A 1B
Octal 121 142 50 21 0 73 76 116 52 33
Binary 1010001 1100010 101000 10001 0 111011 111110 1001110 101010 11011

Color Harmonies of #516228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516228

Black with #516228

Text Example


Text Example

White with #516228

Text Example


Text Example

HTML Codes & Css Web 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>