Html Css Color HEX #516332 Dark Olive Green

📋 copy color: '#516332'

red 81 ◦ green 99 ◦ blue 50

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

Shades of Dark Olive Green #516332

Tints of Dark Olive Green #516332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 21.74%

R = 35.22%
G = 43.04%
B = 21.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#516332 (or 0x516332) is known color: Dark Olive Green. HEX triplet: 51, 63 and 32. RGB value is (81,99,50). Sum of RGB (Red+Green+Blue) = 81+99+50=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #516332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516332 is #AE9CCD. Grayscale: #585858. Windows color (decimal): -11443406 or 3302225. OLE color: 3302225.

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

Color convert

RGB 81 99 50 -
CMYK 0.18 0 0.49 0.61
HSL 82.04º 0.33% 0.29% -
HSV(B) 82.04º 0.49% 0.39% -
XYZ 8.43 10.9 4.68 -
YUV 88.03 106.54 122.98 -
System Red Green Blue C M Y K H S L
Decimal 81 99 50 0.18 0 0.49 0.61 82.04 0.33 0.29
Hex 51 63 32 12 0 31 3D 52 21 1D
Octal 121 143 62 22 0 61 75 122 41 35
Binary 1010001 1100011 110010 10010 0 110001 111101 1010010 100001 11101

Color Harmonies of #516332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516332

Black with #516332

Text Example


Text Example

White with #516332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516332; }

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

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

background-color css

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

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

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

border-color css

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

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

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