#737126

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

Shades of Olivetone #737126

Tints of Olivetone #737126

Color information

#737126 (or 0x737126) is unknown color: approx Olivetone. HEX triplet: 73, 71 and 26. RGB value is (115,113,38). Sum of RGB (Red+Green+Blue) = 115+113+38=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #737126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737126 is #8C8ED9. Grayscale: #696969. Windows color (decimal): -9211610 or 2519411. OLE color: 2519411.

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

Color convert

RGB11511338-
CMYK00.020.670.55
HSL58.44º50.33%30%-
HSV(B)58.44º66.96%45.1%-
XYZ13.3315.64.14-
YUV105.0590.16135.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.23%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=43.23%
G=42.48%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151133800.020.670.5558.4450.3330
Hex7371260243373a321e
Octal163161460210367726236
Binary11100111110001100110010100001111011111101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737126; }

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

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

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

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

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

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

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

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