#736404

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

Shades of Olive #736404

Tints of Olive #736404

Color information

#736404 (or 0x736404) is unknown color: approx Olive. HEX triplet: 73, 64 and 04. RGB value is (115,100,4). Sum of RGB (Red+Green+Blue) = 115+100+4=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #736404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736404 is #8C9BFB. Grayscale: #5D5D5D. Windows color (decimal): -9214972 or 287859. OLE color: 287859.

HSL color Cylindrical-coordinate representation of color #736404: hue angle of 51.89º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #736404 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB1151004-
CMYK00.130.970.55
HSL51.89º93.28%23.33%-
HSV(B)51.89º96.52%45.1%-
XYZ11.6512.771.97-
YUV93.5477.47143.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 100 (39.45% from 255) = 45.66%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=52.51%
G=45.66%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115100400.130.970.5551.8993.2823.33
Hex736440D6137345d17
Octal1631444015141676413527
Binary11100111100100100011011100001110111110100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736404; }

 p { color: rgb(115,100,4); }

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

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

 a { background-color: rgb(115,100,4); }

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

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

 span { border-color: rgb(115,100,4); }

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