#739026

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

Shades of Olive Drab #739026

Tints of Olive Drab #739026

Color information

#739026 (or 0x739026) is unknown color: approx Olive Drab. HEX triplet: 73, 90 and 26. RGB value is (115,144,38). Sum of RGB (Red+Green+Blue) = 115+144+38=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #739026 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739026 is #8C6FD9. Grayscale: #7B7B7B. Windows color (decimal): -9203674 or 2527347. OLE color: 2527347.

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

Color convert

RGB11514438-
CMYK0.2000.740.44
HSL76.42º58.24%35.69%-
HSV(B)76.42º73.61%56.47%-
XYZ17.3923.735.5-
YUV123.2479.89122.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 144 (56.64% from 255) = 48.48%
BLUE value IS 38 (15.23% from 255) = 12.79%
R=38.72%
G=48.48%
B=12.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115144380.2000.740.4476.4258.2435.69
Hex7390261404A2C4c3a24
Octal16322046240112541147244
Binary11100111001000010011010100010010101011001001100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739026; }

 p { color: rgb(115,144,38); }

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

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

 a { background-color: rgb(115,144,38); }

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

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

 span { border-color: rgb(115,144,38); }

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