#737128

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

Shades of Olivetone #737128

Tints of Olivetone #737128

Color information

#737128 (or 0x737128) is unknown color: approx Olivetone. HEX triplet: 73, 71 and 28. RGB value is (115,113,40). Sum of RGB (Red+Green+Blue) = 115+113+40=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #737128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737128 is #8C8ED7. Grayscale: #696969. Windows color (decimal): -9211608 or 2650483. OLE color: 2650483.

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

Color convert

RGB11511340-
CMYK00.020.650.55
HSL58.4º48.39%30.39%-
HSV(B)58.4º65.22%45.1%-
XYZ13.3615.614.32-
YUV105.2891.16134.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=42.91%
G=42.16%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151134000.020.650.5558.448.3930.39
Hex7371280241373a301e
Octal163161500210167726036
Binary11100111110001101000010100000111011111101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737128; }

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

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

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

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

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

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

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

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