#737228

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

Shades of Olivetone #737228

Tints of Olivetone #737228

Color information

#737228 (or 0x737228) is unknown color: approx Olivetone. HEX triplet: 73, 72 and 28. RGB value is (115,114,40). Sum of RGB (Red+Green+Blue) = 115+114+40=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #737228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737228 is #8C8DD7. Grayscale: #6A6A6A. Windows color (decimal): -9211352 or 2650739. OLE color: 2650739.

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

Color convert

RGB11511440-
CMYK00.010.650.55
HSL59.2º48.39%30.39%-
HSV(B)59.2º65.22%45.1%-
XYZ13.4715.834.35-
YUV105.8690.83134.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.75%
GREEN value IS 114 (44.92% from 255) = 42.38%
BLUE value IS 40 (16.02% from 255) = 14.87%
R=42.75%
G=42.38%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151144000.010.650.5559.248.3930.39
Hex7372280141373b301e
Octal163162500110167736036
Binary1110011111001010100001100000111011111101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737228; }

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

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

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

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

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

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

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

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