#719228

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

Shades of Olive Drab #719228

Tints of Olive Drab #719228

Color information

#719228 (or 0x719228) is unknown color: approx Olive Drab. HEX triplet: 71, 92 and 28. RGB value is (113,146,40). Sum of RGB (Red+Green+Blue) = 113+146+40=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #719228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719228 is #8E6DD7. Grayscale: #7C7C7C. Windows color (decimal): -9334232 or 2658929. OLE color: 2658929.

HSL color Cylindrical-coordinate representation of color #719228: hue angle of 78.68º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #719228 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB11314640-
CMYK0.2300.730.43
HSL78.68º56.99%36.47%-
HSV(B)78.68º72.6%57.25%-
XYZ17.4724.225.76-
YUV124.0580.57120.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 146 (57.42% from 255) = 48.83%
BLUE value IS 40 (16.02% from 255) = 13.38%
R=37.79%
G=48.83%
B=13.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113146400.2300.730.4378.6856.9936.47
Hex719228170492B4f3924
Octal16122250270111531177144
Binary11100011001001010100010111010010011010111001111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719228; }

 p { color: rgb(113,146,40); }

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

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

 a { background-color: rgb(113,146,40); }

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

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

 span { border-color: rgb(113,146,40); }

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