Html Css Color HEX #516335 Dark Olive Green

📋 copy color: '#516335'

red 81 ◦ green 99 ◦ blue 53

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

Shades of Dark Olive Green #516335

Tints of Dark Olive Green #516335

RGB

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

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

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

R = 34.76%
G = 42.49%
B = 22.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.46

 K value IS 0.61

RGB Variations

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

Color information

#516335 (or 0x516335) is known color: Dark Olive Green. HEX triplet: 51, 63 and 35. RGB value is (81,99,53). Sum of RGB (Red+Green+Blue) = 81+99+53=233 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.76% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #516335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516335 is #AE9CCA. Grayscale: #585858. Windows color (decimal): -11443403 or 3498833. OLE color: 3498833.

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

Color convert

RGB 81 99 53 -
CMYK 0.18 0 0.46 0.61
HSL 83.48º 0.3% 0.3% -
HSV(B) 83.48º 0.46% 0.39% -
XYZ 8.5 10.93 5.03 -
YUV 88.37 108.04 122.74 -
System Red Green Blue C M Y K H S L
Decimal 81 99 53 0.18 0 0.46 0.61 83.48 0.3 0.3
Hex 51 63 35 12 0 2E 3D 53 1E 1E
Octal 121 143 65 22 0 56 75 123 36 36
Binary 1010001 1100011 110101 10010 0 101110 111101 1010011 11110 11110

Color Harmonies of #516335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516335

Black with #516335

Text Example


Text Example

White with #516335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516335; }

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

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

background-color css

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

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

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

border-color css

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

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

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