#516435

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

Shades of Dark Olive Green #516435

Tints of Dark Olive Green #516435

Color information

#516435 (or 0x516435) is unknown color: approx Dark Olive Green. HEX triplet: 51, 64 and 35. RGB value is (81,100,53). Sum of RGB (Red+Green+Blue) = 81+100+53=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #516435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516435 is #AE9BCA. Grayscale: #595959. Windows color (decimal): -11443147 or 3499089. OLE color: 3499089.

HSL color Cylindrical-coordinate representation of color #516435: hue angle of 84.26º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #516435 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB8110053-
CMYK0.1900.470.61
HSL84.26º30.72%30%-
HSV(B)84.26º47%39.22%-
XYZ8.5911.125.06-
YUV88.96107.71122.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.62%
GREEN value IS 100 (39.45% from 255) = 42.74%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=34.62%
G=42.74%
B=22.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal81100530.1900.470.6184.2630.7230
Hex5164351302F3D541f1e
Octal1211446523057751243736
Binary1010001110010011010110011010111111110110101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516435; }

 p { color: rgb(81,100,53); }

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

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

 a { background-color: rgb(81,100,53); }

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

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

 span { border-color: rgb(81,100,53); }

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