#737020

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

Shades of Olivetone #737020

Tints of Olivetone #737020

Color information

#737020 (or 0x737020) is unknown color: approx Olivetone. HEX triplet: 73, 70 and 20. RGB value is (115,112,32). Sum of RGB (Red+Green+Blue) = 115+112+32=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #737020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737020 is #8C8FDF. Grayscale: #686868. Windows color (decimal): -9211872 or 2125939. OLE color: 2125939.

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

Color convert

RGB11511232-
CMYK00.030.720.55
HSL57.83º56.46%28.82%-
HSV(B)57.83º72.17%45.1%-
XYZ13.1315.343.64-
YUV103.7887.49136-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.40%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 32 (12.89% from 255) = 12.36%
R=44.40%
G=43.24%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151123200.030.720.5557.8356.4628.82
Hex7370200348373a381d
Octal163160400311067727035
Binary11100111110000100000011100100011011111101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737020; }

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

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

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

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

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

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

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

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