#516328

Color #516328 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #516328

Tints of Dark Olive Green #516328

Color information

#516328 (or 0x516328) is unknown color: approx 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

RGB819940-
CMYK0.1800.600.61
HSL78.31º42.45%27.25%-
HSV(B)78.31º59.6%38.82%-
XYZ8.2410.833.66-
YUV86.89101.54123.8-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199400.1800.600.6178.3142.4527.25
Hex5163281203C3D4e2a1b
Octal1211435022074751165233
Binary10100011100011101000100100111100111101100111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>