#737428

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

Shades of Olivetone #737428

Tints of Olivetone #737428

Color information

#737428 (or 0x737428) is unknown color: approx Olivetone. HEX triplet: 73, 74 and 28. RGB value is (115,116,40). Sum of RGB (Red+Green+Blue) = 115+116+40=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #737428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737428 is #8C8BD7. Grayscale: #6B6B6B. Windows color (decimal): -9210840 or 2651251. OLE color: 2651251.

HSL color Cylindrical-coordinate representation of color #737428: hue angle of 60.79º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #737428 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB11511640-
CMYK0.0100.660.55
HSL60.79º48.72%30.59%-
HSV(B)60.79º65.52%45.49%-
XYZ13.716.294.43-
YUV107.0490.17133.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.44%
GREEN value IS 116 (45.70% from 255) = 42.80%
BLUE value IS 40 (16.02% from 255) = 14.76%
R=42.44%
G=42.80%
B=14.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115116400.0100.660.5560.7948.7230.59
Hex7374281042373d311f
Octal163164501010267756137
Binary1110011111010010100010100001011011111110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737428; }

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

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

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

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

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

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

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

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