#738A2C

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

Shades of Olive Drab #738A2C

Tints of Olive Drab #738A2C

Color information

#738A2C (or 0x738A2C) is unknown color: approx Olive Drab. HEX triplet: 73, 8A and 2C. RGB value is (115,138,44). Sum of RGB (Red+Green+Blue) = 115+138+44=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #738A2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738A2C is #8C75D3. Grayscale: #787878. Windows color (decimal): -9205204 or 2919027. OLE color: 2919027.

HSL color Cylindrical-coordinate representation of color #738A2C: hue angle of 74.68º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #738A2C is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.

Color convert

RGB11513844-
CMYK0.1700.680.46
HSL74.68º51.65%35.69%-
HSV(B)74.68º68.12%54.12%-
XYZ16.61225.75-
YUV120.4184.88124.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.72%
GREEN value IS 138 (54.30% from 255) = 46.46%
BLUE value IS 44 (17.58% from 255) = 14.81%
R=38.72%
G=46.46%
B=14.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115138440.1700.680.4674.6851.6535.69
Hex738A2C110442E4b3424
Octal16321254210104561136444
Binary11100111000101010110010001010001001011101001011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,138,44); }

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

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

 a { background-color: rgb(115,138,44); }

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

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

 span { border-color: rgb(115,138,44); }

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