#719331

Color #719331 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #719331

Tints of Olive Drab #719331

Color information

#719331 (or 0x719331) is unknown color: approx 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

RGB11314749-
CMYK0.2300.670.42
HSL80.82º50%38.43%-
HSV(B)80.82º66.67%57.65%-
XYZ17.824.66.72-
YUV125.6684.74118.97-

RGB Variations

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

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 (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113147490.2300.670.4280.825038.43
Hex719331170432A513226
Octal16122361270103521216246
Binary11100011001001111000110111010000111010101010001110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>