Html Css Color HEX #516333 Dark Olive Green

📋 copy color: '#516333'

red 81 ◦ green 99 ◦ blue 51

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

Shades of Dark Olive Green #516333

Tints of Dark Olive Green #516333

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

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

R = 35.06%
G = 42.86%
B = 22.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#516333 (or 0x516333) is known color: Dark Olive Green. HEX triplet: 51, 63 and 33. RGB value is (81,99,51). Sum of RGB (Red+Green+Blue) = 81+99+51=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #516333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516333 is #AE9CCC. Grayscale: #585858. Windows color (decimal): -11443405 or 3367761. OLE color: 3367761.

HSL color Cylindrical-coordinate representation of color #516333: hue angle of 82.5º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #516333 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 99 51 -
CMYK 0.18 0 0.48 0.61
HSL 82.5º 0.32% 0.29% -
HSV(B) 82.5º 0.48% 0.39% -
XYZ 8.45 10.91 4.79 -
YUV 88.15 107.04 122.9 -
System Red Green Blue C M Y K H S L
Decimal 81 99 51 0.18 0 0.48 0.61 82.5 0.32 0.29
Hex 51 63 33 12 0 30 3D 52 20 1D
Octal 121 143 63 22 0 60 75 122 40 35
Binary 1010001 1100011 110011 10010 0 110000 111101 1010010 100000 11101

Color Harmonies of #516333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516333

Black with #516333

Text Example


Text Example

White with #516333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516333; }

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

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

background-color css

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

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

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

border-color css

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

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

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