#719426

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

Shades of Olive Drab #719426

Tints of Olive Drab #719426

Color information

#719426 (or 0x719426) is unknown color: approx Olive Drab. HEX triplet: 71, 94 and 26. RGB value is (113,148,38). Sum of RGB (Red+Green+Blue) = 113+148+38=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 38 (15.23% from 255 or 12.71% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #719426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719426 is #8E6BD9. Grayscale: #7D7D7D. Windows color (decimal): -9333722 or 2528369. OLE color: 2528369.

HSL color Cylindrical-coordinate representation of color #719426: hue angle of 79.09º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #719426 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB11314838-
CMYK0.2400.740.42
HSL79.09º59.14%36.47%-
HSV(B)79.09º74.32%58.04%-
XYZ17.7524.835.69-
YUV124.9978.9119.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 148 (58.20% from 255) = 49.50%
BLUE value IS 38 (15.23% from 255) = 12.71%
R=37.79%
G=49.50%
B=12.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113148380.2400.740.4279.0959.1436.47
Hex7194261804A2A4f3b24
Octal16122446300112521177344
Binary11100011001010010011011000010010101010101001111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719426; }

 p { color: rgb(113,148,38); }

 H1.HeaderClassName
 {
   color: #719426;
 }
 .AnyTagClassName
 {
   color: #719426;
 }
</style>
background-color css

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

 a { background-color: rgb(113,148,38); }

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

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

 span { border-color: rgb(113,148,38); }

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