#738C19

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

Shades of Olive Drab #738C19

Tints of Olive Drab #738C19

Color information

#738C19 (or 0x738C19) is unknown color: approx Olive Drab. HEX triplet: 73, 8C and 19. RGB value is (115,140,25). Sum of RGB (Red+Green+Blue) = 115+140+25=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #738C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738C19 is #8C73E6. Grayscale: #777777. Windows color (decimal): -9204711 or 1674355. OLE color: 1674355.

HSL color Cylindrical-coordinate representation of color #738C19: hue angle of 73.04º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #738C19 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB11514025-
CMYK0.1800.820.45
HSL73.04º69.7%32.35%-
HSV(B)73.04º82.14%54.9%-
XYZ16.6222.474.38-
YUV119.4274.72124.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.07%
GREEN value IS 140 (55.08% from 255) = 50%
BLUE value IS 25 (10.16% from 255) = 8.93%
R=41.07%
G=50%
B=8.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115140250.1800.820.4573.0469.732.35
Hex738C19120522D494620
Octal163214312201225511110640
Binary11100111000110011001100100101001010110110010011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738C19; }

 p { color: rgb(115,140,25); }

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

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

 a { background-color: rgb(115,140,25); }

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

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

 span { border-color: rgb(115,140,25); }

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