#738E32

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

Shades of Olive Drab #738E32

Tints of Olive Drab #738E32

Color information

#738E32 (or 0x738E32) is unknown color: approx Olive Drab. HEX triplet: 73, 8E and 32. RGB value is (115,142,50). Sum of RGB (Red+Green+Blue) = 115+142+50=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #738E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738E32 is #8C71CD. Grayscale: #7B7B7B. Windows color (decimal): -9204174 or 3313267. OLE color: 3313267.

HSL color Cylindrical-coordinate representation of color #738E32: hue angle of 77.61º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #738E32 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB11514250-
CMYK0.1900.650.44
HSL77.61º47.92%37.65%-
HSV(B)77.61º64.79%55.69%-
XYZ17.3223.226.59-
YUV123.4486.55121.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 142 (55.86% from 255) = 46.25%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=37.46%
G=46.25%
B=16.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115142500.1900.650.4477.6147.9237.65
Hex738E32130412C4e3026
Octal16321662230101541166046
Binary11100111000111011001010011010000011011001001110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,142,50); }

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

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

 a { background-color: rgb(115,142,50); }

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

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

 span { border-color: rgb(115,142,50); }

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