Html Css Color HEX #516438 Dark Olive Green

📋 copy color: '#516438'

red 81 ◦ green 100 ◦ blue 56

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

Shades of Dark Olive Green #516438

Tints of Dark Olive Green #516438

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.19%

 BLUE value IS 56 (22.27% from 255) = 23.63%

R = 34.18%
G = 42.19%
B = 23.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.61

RGB Variations

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

Color information

#516438 (or 0x516438) is known color: Dark Olive Green. HEX triplet: 51, 64 and 38. RGB value is (81,100,56). Sum of RGB (Red+Green+Blue) = 81+100+56=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #516438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516438 is #AE9BC7. Grayscale: #595959. Windows color (decimal): -11443144 or 3695697. OLE color: 3695697.

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

Color convert

RGB 81 100 56 -
CMYK 0.19 0 0.44 0.61
HSL 85.91º 0.28% 0.31% -
HSV(B) 85.91º 0.44% 0.39% -
XYZ 8.66 11.15 5.44 -
YUV 89.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 81 100 56 0.19 0 0.44 0.61 85.91 0.28 0.31
Hex 51 64 38 13 0 2C 3D 56 1C 1F
Octal 121 144 70 23 0 54 75 126 34 37
Binary 1010001 1100100 111000 10011 0 101100 111101 1010110 11100 11111

Color Harmonies of #516438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516438

Black with #516438

Text Example


Text Example

White with #516438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516438; }

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

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

background-color css

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

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

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

border-color css

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

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

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