#737325

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

Shades of Olivetone #737325

Tints of Olivetone #737325

Color information

#737325 (or 0x737325) is unknown color: approx Olivetone. HEX triplet: 73, 73 and 25. RGB value is (115,115,37). Sum of RGB (Red+Green+Blue) = 115+115+37=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 115 (45.31% from 255 or 43.07% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 115 - color contains mainly: red, green. Hex color #737325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737325 is #8C8CDA. Grayscale: #6A6A6A. Windows color (decimal): -9211099 or 2454387. OLE color: 2454387.

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

Color convert

RGB11511537-
CMYK000.680.55
HSL60º51.32%29.8%-
HSV(B)60º67.83%45.1%-
XYZ13.5316.044.13-
YUV106.1189134.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 43.07%
GREEN value IS 115 (45.31% from 255) = 43.07%
BLUE value IS 37 (14.84% from 255) = 13.86%
R=43.07%
G=43.07%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11511537000.680.556051.3229.8
Hex7373250044373c331e
Octal163163450010467746336
Binary1110011111001110010100100010011011111110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737325; }

 p { color: rgb(115,115,37); }

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

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

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

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

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

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

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