Html Css Color HEX #719331 Olive Drab

📋 copy color: '#719331'

red 113 ◦ green 147 ◦ blue 49

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

Shades of Olive Drab #719331

Tints of Olive Drab #719331

RGB

 RED value IS 113 (44.53% from 255) = 36.57%

 GREEN value IS 147 (57.81% from 255) = 47.57%

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 36.57%
G = 47.57%
B = 15.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#719331 (or 0x719331) is known color: Olive Drab. HEX triplet: 71, 93 and 31. RGB value is (113,147,49). Sum of RGB (Red+Green+Blue) = 113+147+49=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #719331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719331 is #8E6CCE. Grayscale: #7E7E7E. Windows color (decimal): -9333967 or 3249009. OLE color: 3249009.

HSL color Cylindrical-coordinate representation of color #719331: hue angle of 80.82º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #719331 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 147 49 -
CMYK 0.23 0 0.67 0.42
HSL 80.82º 0.5% 0.38% -
HSV(B) 80.82º 0.67% 0.58% -
XYZ 17.8 24.6 6.72 -
YUV 125.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 113 147 49 0.23 0 0.67 0.42 80.82 0.5 0.38
Hex 71 93 31 17 0 43 2A 51 32 26
Octal 161 223 61 27 0 103 52 121 62 46
Binary 1110001 10010011 110001 10111 0 1000011 101010 1010001 110010 100110

Color Harmonies of #719331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719331

Black with #719331

Text Example


Text Example

White with #719331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719331; }

 p { color: rgb(113,147,49); }

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

background-color css

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

 a { background-color: rgb(113,147,49); }

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

border-color css

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

 span { border-color: rgb(113,147,49); }

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