#516238

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

Shades of Dark Olive Green #516238

Tints of Dark Olive Green #516238

Color information

#516238 (or 0x516238) is unknown color: approx Dark Olive Green. HEX triplet: 51, 62 and 38. RGB value is (81,98,56). Sum of RGB (Red+Green+Blue) = 81+98+56=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #516238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516238 is #AE9DC7. Grayscale: #585858. Windows color (decimal): -11443656 or 3695185. OLE color: 3695185.

HSL color Cylindrical-coordinate representation of color #516238: hue angle of 84.29º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #516238 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB819856-
CMYK0.1700.430.62
HSL84.29º27.27%30.2%-
HSV(B)84.29º42.86%38.43%-
XYZ8.4710.775.37-
YUV88.13109.87122.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=34.47%
G=41.70%
B=23.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198560.1700.430.6284.2927.2730.2
Hex5162381102B3E541b1e
Octal1211427021053761243336
Binary1010001110001011100010001010101111111010101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516238; }

 p { color: rgb(81,98,56); }

 H1.HeaderClassName
 {
   color: #516238;
 }
 .AnyTagClassName
 {
   color: #516238;
 }
</style>
background-color css

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

 a { background-color: rgb(81,98,56); }

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

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

 span { border-color: rgb(81,98,56); }

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