#737526

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

Shades of Olivetone #737526

Tints of Olivetone #737526

Color information

#737526 (or 0x737526) is unknown color: approx Olivetone. HEX triplet: 73, 75 and 26. RGB value is (115,117,38). Sum of RGB (Red+Green+Blue) = 115+117+38=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 117 - color contains mainly: green. Hex color #737526 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737526 is #8C8AD9. Grayscale: #6B6B6B. Windows color (decimal): -9210586 or 2520435. OLE color: 2520435.

HSL color Cylindrical-coordinate representation of color #737526: hue angle of 61.52º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #737526 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB11511738-
CMYK0.0200.680.54
HSL61.52º50.97%30.39%-
HSV(B)61.52º67.52%45.88%-
XYZ13.7816.514.29-
YUV107.488.84133.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 117 (46.09% from 255) = 43.33%
BLUE value IS 38 (15.23% from 255) = 14.07%
R=42.59%
G=43.33%
B=14.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115117380.0200.680.5461.5250.9730.39
Hex7375262044363e331e
Octal163165462010466766336
Binary11100111110101100110100100010011011011111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737526; }

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

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

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

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

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

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

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

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