Html Css Color HEX #516327 Dark Olive Green

📋 copy color: '#516327'

red 81 ◦ green 99 ◦ blue 39

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

Shades of Dark Olive Green #516327

Tints of Dark Olive Green #516327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.81%

R = 36.99%
G = 45.21%
B = 17.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.61

 K value IS 0.61

RGB Variations

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

Color information

#516327 (or 0x516327) is known color: Dark Olive Green. HEX triplet: 51, 63 and 27. RGB value is (81,99,39). Sum of RGB (Red+Green+Blue) = 81+99+39=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #516327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516327 is #AE9CD8. Grayscale: #575757. Windows color (decimal): -11443417 or 2581329. OLE color: 2581329.

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

Color convert

RGB 81 99 39 -
CMYK 0.18 0 0.61 0.61
HSL 78º 0.43% 0.27% -
HSV(B) 78º 0.61% 0.39% -
XYZ 8.22 10.82 3.57 -
YUV 86.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 81 99 39 0.18 0 0.61 0.61 78 0.43 0.27
Hex 51 63 27 12 0 3D 3D 4E 2B 1B
Octal 121 143 47 22 0 75 75 116 53 33
Binary 1010001 1100011 100111 10010 0 111101 111101 1001110 101011 11011

Color Harmonies of #516327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516327

Black with #516327

Text Example


Text Example

White with #516327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516327; }

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

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

background-color css

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

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

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

border-color css

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

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

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