Html Css Color HEX #516338 Dark Olive Green

📋 copy color: '#516338'

red 81 ◦ green 99 ◦ blue 56

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

Shades of Dark Olive Green #516338

Tints of Dark Olive Green #516338

RGB

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

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

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

R = 34.32%
G = 41.95%
B = 23.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#516338 (or 0x516338) is known color: Dark Olive Green. HEX triplet: 51, 63 and 38. RGB value is (81,99,56). Sum of RGB (Red+Green+Blue) = 81+99+56=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #516338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #516338 is #AE9CC7. Grayscale: #585858. Windows color (decimal): -11443400 or 3695441. OLE color: 3695441.

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

Color convert

RGB 81 99 56 -
CMYK 0.18 0 0.43 0.61
HSL 85.12º 0.28% 0.3% -
HSV(B) 85.12º 0.43% 0.39% -
XYZ 8.57 10.96 5.4 -
YUV 88.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 81 99 56 0.18 0 0.43 0.61 85.12 0.28 0.3
Hex 51 63 38 12 0 2B 3D 55 1C 1E
Octal 121 143 70 22 0 53 75 125 34 36
Binary 1010001 1100011 111000 10010 0 101011 111101 1010101 11100 11110

Color Harmonies of #516338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516338

Black with #516338

Text Example


Text Example

White with #516338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516338; }

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

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

background-color css

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

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

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

border-color css

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

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

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