#738400

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

Shades of Olive #738400

Tints of Olive #738400

Color information

#738400 (or 0x738400) is unknown color: approx Olive. HEX triplet: 73, 84 and 00. RGB value is (115,132,0). Sum of RGB (Red+Green+Blue) = 115+132+0=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #738400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738400 is #8C7BFF. Grayscale: #707070. Windows color (decimal): -9206784 or 33907. OLE color: 33907.

HSL color Cylindrical-coordinate representation of color #738400: hue angle of 67.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #738400 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB1151320-
CMYK0.13010.48
HSL67.73º100%25.88%-
HSV(B)67.73º100%51.76%-
XYZ15.3220.153.08-
YUV111.8764.87130.23-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 132 (51.95% from 255) = 53.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.56%
G=53.44%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11513200.13010.4867.7310025.88
Hex73840D0643044641a
Octal16320401501446010414432
Binary11100111000010001101011001001100001000100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738400; }

 p { color: rgb(115,132,0); }

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

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

 a { background-color: rgb(115,132,0); }

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

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

 span { border-color: rgb(115,132,0); }

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