Html Css Color HEX #516033 Dark Olive Green

📋 copy color: '#516033'

red 81 ◦ green 96 ◦ blue 51

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

Shades of Dark Olive Green #516033

Tints of Dark Olive Green #516033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.11%

 BLUE value IS 51 (20.31% from 255) = 22.37%

R = 35.53%
G = 42.11%
B = 22.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#516033 (or 0x516033) is known color: Dark Olive Green. HEX triplet: 51, 60 and 33. RGB value is (81,96,51). Sum of RGB (Red+Green+Blue) = 81+96+51=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #516033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516033 is #AE9FCC. Grayscale: #565656. Windows color (decimal): -11444173 or 3366993. OLE color: 3366993.

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

Color convert

RGB 81 96 51 -
CMYK 0.16 0 0.47 0.62
HSL 80º 0.31% 0.29% -
HSV(B) 80º 0.47% 0.38% -
XYZ 8.17 10.35 4.7 -
YUV 86.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 81 96 51 0.16 0 0.47 0.62 80 0.31 0.29
Hex 51 60 33 10 0 2F 3E 50 1F 1D
Octal 121 140 63 20 0 57 76 120 37 35
Binary 1010001 1100000 110011 10000 0 101111 111110 1010000 11111 11101

Color Harmonies of #516033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516033

Black with #516033

Text Example


Text Example

White with #516033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516033; }

 p { color: rgb(81,96,51); }

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

background-color css

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

 a { background-color: rgb(81,96,51); }

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

border-color css

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

 span { border-color: rgb(81,96,51); }

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