#737018

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

Shades of Olivetone #737018

Tints of Olivetone #737018

Color information

#737018 (or 0x737018) is unknown color: approx Olivetone. HEX triplet: 73, 70 and 18. RGB value is (115,112,24). Sum of RGB (Red+Green+Blue) = 115+112+24=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #737018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737018 is #8C8FE7. Grayscale: #676767. Windows color (decimal): -9211880 or 1601651. OLE color: 1601651.

HSL color Cylindrical-coordinate representation of color #737018: hue angle of 58.02º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #737018 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB11511224-
CMYK00.030.790.55
HSL58.02º65.47%27.25%-
HSV(B)58.02º79.13%45.1%-
XYZ13.0315.33.13-
YUV102.8683.49136.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.82%
GREEN value IS 112 (44.14% from 255) = 44.62%
BLUE value IS 24 (9.77% from 255) = 9.56%
R=45.82%
G=44.62%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151122400.030.790.5558.0265.4727.25
Hex737018034F373a411b
Octal1631603003117677210133
Binary11100111110000110000111001111110111111010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737018; }

 p { color: rgb(115,112,24); }

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

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

 a { background-color: rgb(115,112,24); }

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

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

 span { border-color: rgb(115,112,24); }

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