#738c26

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

Shades of Olive Drab #738C26

Tints of Olive Drab #738C26

Color information

#738C26 (or 0x738C26) is unknown color: approx Olive Drab. HEX triplet: 73, 8C and 26. RGB value is (115,140,38). Sum of RGB (Red+Green+Blue) = 115+140+38=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 140 - color contains mainly: green. Hex color #738C26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738C26 is #8C73D9. Grayscale: #797979. Windows color (decimal): -9204698 or 2526323. OLE color: 2526323.

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

Color convert

RGB11514038-
CMYK0.1800.730.45
HSL74.71º57.3%34.9%-
HSV(B)74.71º72.86%54.9%-
XYZ16.822.545.3-
YUV120.981.22123.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.25%
GREEN value IS 140 (55.08% from 255) = 47.78%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=39.25%
G=47.78%
B=12.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115140380.1800.730.4574.7157.334.9
Hex738C26120492D4b3923
Octal16321446220111551137143
Binary11100111000110010011010010010010011011011001011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738c26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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