#749136

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

Shades of Sushi #749136

Tints of Sushi #749136

Color information

#749136 (or 0x749136) is unknown color: approx Sushi. HEX triplet: 74, 91 and 36. RGB value is (116,145,54). Sum of RGB (Red+Green+Blue) = 116+145+54=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #749136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749136 is #8B6EC9. Grayscale: #7E7E7E. Windows color (decimal): -9137866 or 3576180. OLE color: 3576180.

HSL color Cylindrical-coordinate representation of color #749136: hue angle of 79.12º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #749136 is Cyan = 0.2, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB11614554-
CMYK0.200.630.43
HSL79.12º45.73%39.02%-
HSV(B)79.12º62.76%56.86%-
XYZ17.9924.237.22-
YUV125.9687.39120.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=36.83%
G=46.03%
B=17.14%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116145540.200.630.4379.1245.7339.02
Hex7491361403F2B4f2e27
Octal1642216624077531175647
Binary1110100100100011101101010001111111010111001111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749136; }

 p { color: rgb(116,145,54); }

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

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

 a { background-color: rgb(116,145,54); }

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

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

 span { border-color: rgb(116,145,54); }

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