#739527

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

Shades of Olive Drab #739527

Tints of Olive Drab #739527

Color information

#739527 (or 0x739527) is unknown color: approx Olive Drab. HEX triplet: 73, 95 and 27. RGB value is (115,149,39). Sum of RGB (Red+Green+Blue) = 115+149+39=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #739527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739527 is #8C6AD8. Grayscale: #7E7E7E. Windows color (decimal): -9202393 or 2594163. OLE color: 2594163.

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

Color convert

RGB11514939-
CMYK0.2300.740.42
HSL78.55º58.51%36.86%-
HSV(B)78.55º73.83%58.43%-
XYZ18.1825.295.84-
YUV126.2978.74119.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.95%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 39 (15.62% from 255) = 12.87%
R=37.95%
G=49.17%
B=12.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal115149390.2300.740.4278.5558.5136.86
Hex7395271704A2A4f3b25
Octal16322547270112521177345
Binary11100111001010110011110111010010101010101001111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739527; }

 p { color: rgb(115,149,39); }

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

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

 a { background-color: rgb(115,149,39); }

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

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

 span { border-color: rgb(115,149,39); }

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