#737521

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

Shades of Olivetone #737521

Tints of Olivetone #737521

Color information

#737521 (or 0x737521) is unknown color: approx Olivetone. HEX triplet: 73, 75 and 21. RGB value is (115,117,33). Sum of RGB (Red+Green+Blue) = 115+117+33=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #737521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737521 is #8C8ADE. Grayscale: #6B6B6B. Windows color (decimal): -9210591 or 2192755. OLE color: 2192755.

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

Color convert

RGB11511733-
CMYK0.0200.720.54
HSL61.43º56%29.41%-
HSV(B)61.43º71.79%45.88%-
XYZ13.7116.483.9-
YUV106.8386.34133.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.40%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=43.40%
G=44.15%
B=12.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115117330.0200.720.5461.435629.41
Hex7375212048363d381d
Octal163165412011066757035
Binary11100111110101100001100100100011011011110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737521; }

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

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

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

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

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

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

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

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