#737218

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

Shades of Olivetone #737218

Tints of Olivetone #737218

Color information

#737218 (or 0x737218) is unknown color: approx Olivetone. HEX triplet: 73, 72 and 18. RGB value is (115,114,24). Sum of RGB (Red+Green+Blue) = 115+114+24=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #737218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737218 is #8C8DE7. Grayscale: #686868. Windows color (decimal): -9211368 or 1602163. OLE color: 1602163.

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

Color convert

RGB11511424-
CMYK00.010.790.55
HSL59.34º65.47%27.25%-
HSV(B)59.34º79.13%45.1%-
XYZ13.2515.753.2-
YUV104.0482.83135.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 24 (9.77% from 255) = 9.49%
R=45.45%
G=45.06%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151142400.010.790.5559.3465.4727.25
Hex737218014F373b411b
Octal1631623001117677310133
Binary1110011111001011000011001111110111111011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737218; }

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

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

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

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

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

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

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

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