#738A19

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

Shades of Olive Drab #738A19

Tints of Olive Drab #738A19

Color information

#738A19 (or 0x738A19) is unknown color: approx Olive Drab. HEX triplet: 73, 8A and 19. RGB value is (115,138,25). Sum of RGB (Red+Green+Blue) = 115+138+25=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #738A19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738A19 is #8C75E6. Grayscale: #767676. Windows color (decimal): -9205223 or 1673843. OLE color: 1673843.

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

Color convert

RGB11513825-
CMYK0.1700.820.46
HSL72.21º69.33%31.96%-
HSV(B)72.21º81.88%54.12%-
XYZ16.3321.894.28-
YUV118.2475.38125.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.37%
GREEN value IS 138 (54.30% from 255) = 49.64%
BLUE value IS 25 (10.16% from 255) = 8.99%
R=41.37%
G=49.64%
B=8.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115138250.1700.820.4672.2169.3331.96
Hex738A19110522E484520
Octal163212312101225611010540
Binary11100111000101011001100010101001010111010010001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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