#737220

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

Shades of Olivetone #737220

Tints of Olivetone #737220

Color information

#737220 (or 0x737220) is unknown color: approx Olivetone. HEX triplet: 73, 72 and 20. RGB value is (115,114,32). Sum of RGB (Red+Green+Blue) = 115+114+32=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #737220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737220 is #8C8DDF. Grayscale: #696969. Windows color (decimal): -9211360 or 2126451. OLE color: 2126451.

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

Color convert

RGB11511432-
CMYK00.010.720.55
HSL59.28º56.46%28.82%-
HSV(B)59.28º72.17%45.1%-
XYZ13.3515.783.71-
YUV104.9586.83135.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.06%
GREEN value IS 114 (44.92% from 255) = 43.68%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=44.06%
G=43.68%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151143200.010.720.5559.2856.4628.82
Hex7372200148373b381d
Octal163162400111067737035
Binary1110011111001010000001100100011011111101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737220; }

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

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

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

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

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

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

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

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