#736304

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

Shades of Olive #736304

Tints of Olive #736304

Color information

#736304 (or 0x736304) is unknown color: approx Olive. HEX triplet: 73, 63 and 04. RGB value is (115,99,4). Sum of RGB (Red+Green+Blue) = 115+99+4=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #736304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736304 is #8C9CFB. Grayscale: #5D5D5D. Windows color (decimal): -9215228 or 287603. OLE color: 287603.

HSL color Cylindrical-coordinate representation of color #736304: hue angle of 51.35º 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 #736304 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB115994-
CMYK00.140.970.55
HSL51.35º93.28%23.33%-
HSV(B)51.35º96.52%45.1%-
XYZ11.5512.581.93-
YUV92.9577.8143.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.75%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=52.75%
G=45.41%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11599400.140.970.5551.3593.2823.33
Hex736340E6137335d17
Octal1631434016141676313527
Binary11100111100011100011101100001110111110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736304; }

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

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

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

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

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

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

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

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