Html Css Color HEX #516328 Dark Olive Green

📋 copy color: '#516328'

red 81 ◦ green 99 ◦ blue 40

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

Shades of Dark Olive Green #516328

Tints of Dark Olive Green #516328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.18%

R = 36.82%
G = 45%
B = 18.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.61

RGB Variations

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

Color information

#516328 (or 0x516328) is known color: Dark Olive Green. HEX triplet: 51, 63 and 28. RGB value is (81,99,40). Sum of RGB (Red+Green+Blue) = 81+99+40=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #516328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516328 is #AE9CD7. Grayscale: #575757. Windows color (decimal): -11443416 or 2646865. OLE color: 2646865.

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

Color convert

RGB 81 99 40 -
CMYK 0.18 0 0.60 0.61
HSL 78.31º 0.42% 0.27% -
HSV(B) 78.31º 0.6% 0.39% -
XYZ 8.24 10.83 3.66 -
YUV 86.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 81 99 40 0.18 0 0.60 0.61 78.31 0.42 0.27
Hex 51 63 28 12 0 3C 3D 4E 2A 1B
Octal 121 143 50 22 0 74 75 116 52 33
Binary 1010001 1100011 101000 10010 0 111100 111101 1001110 101010 11011

Color Harmonies of #516328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516328

Black with #516328

Text Example


Text Example

White with #516328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516328; }

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

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

background-color css

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

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

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

border-color css

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

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

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