#737028

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

Shades of Olivetone #737028

Tints of Olivetone #737028

Color information

#737028 (or 0x737028) is unknown color: approx Olivetone. HEX triplet: 73, 70 and 28. RGB value is (115,112,40). Sum of RGB (Red+Green+Blue) = 115+112+40=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #737028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737028 is #8C8FD7. Grayscale: #686868. Windows color (decimal): -9211864 or 2650227. OLE color: 2650227.

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

Color convert

RGB11511240-
CMYK00.030.650.55
HSL57.6º48.39%30.39%-
HSV(B)57.6º65.22%45.1%-
XYZ13.2515.394.28-
YUV104.6991.49135.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 40 (16.02% from 255) = 14.98%
R=43.07%
G=41.95%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151124000.030.650.5557.648.3930.39
Hex7370280341373a301e
Octal163160500310167726036
Binary11100111110000101000011100000111011111101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737028; }

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

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

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

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

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

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

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

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