#749037

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

Shades of Sushi #749037

Tints of Sushi #749037

Color information

#749037 (or 0x749037) is unknown color: approx Sushi. HEX triplet: 74, 90 and 37. RGB value is (116,144,55). Sum of RGB (Red+Green+Blue) = 116+144+55=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #749037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749037 is #8B6FC8. Grayscale: #7D7D7D. Windows color (decimal): -9138121 or 3641460. OLE color: 3641460.

HSL color Cylindrical-coordinate representation of color #749037: hue angle of 78.88º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #749037 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB11614455-
CMYK0.1900.620.44
HSL78.88º44.72%39.02%-
HSV(B)78.88º61.81%56.47%-
XYZ17.8723.947.29-
YUV125.4888.22121.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 144 (56.64% from 255) = 45.71%
BLUE value IS 55 (21.88% from 255) = 17.46%
R=36.83%
G=45.71%
B=17.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116144550.1900.620.4478.8844.7239.02
Hex7490371303E2C4f2d27
Octal1642206723076541175547
Binary1110100100100001101111001101111101011001001111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749037; }

 p { color: rgb(116,144,55); }

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

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

 a { background-color: rgb(116,144,55); }

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

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

 span { border-color: rgb(116,144,55); }

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