Html Css Color HEX #516035 Dark Olive Green

📋 copy color: '#516035'

red 81 ◦ green 96 ◦ blue 53

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

Shades of Dark Olive Green #516035

Tints of Dark Olive Green #516035

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.74%

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 35.22%
G = 41.74%
B = 23.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#516035 (or 0x516035) is known color: Dark Olive Green. HEX triplet: 51, 60 and 35. RGB value is (81,96,53). Sum of RGB (Red+Green+Blue) = 81+96+53=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #516035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516035 is #AE9FCA. Grayscale: #565656. Windows color (decimal): -11444171 or 3498065. OLE color: 3498065.

HSL color Cylindrical-coordinate representation of color #516035: hue angle of 80.93º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #516035 is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 96 53 -
CMYK 0.16 0 0.45 0.62
HSL 80.93º 0.29% 0.29% -
HSV(B) 80.93º 0.45% 0.38% -
XYZ 8.22 10.37 4.94 -
YUV 86.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 81 96 53 0.16 0 0.45 0.62 80.93 0.29 0.29
Hex 51 60 35 10 0 2D 3E 51 1D 1D
Octal 121 140 65 20 0 55 76 121 35 35
Binary 1010001 1100000 110101 10000 0 101101 111110 1010001 11101 11101

Color Harmonies of #516035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516035

Black with #516035

Text Example


Text Example

White with #516035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516035; }

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

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

background-color css

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

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

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

border-color css

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

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

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