#749140

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

Shades of Sushi #749140

Tints of Sushi #749140

Color information

#749140 (or 0x749140) is unknown color: approx Sushi. HEX triplet: 74, 91 and 40. RGB value is (116,145,64). Sum of RGB (Red+Green+Blue) = 116+145+64=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #749140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749140 is #8B6EBF. Grayscale: #7F7F7F. Windows color (decimal): -9137856 or 4231540. OLE color: 4231540.

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

Color convert

RGB11614564-
CMYK0.200.560.43
HSL81.48º38.76%40.98%-
HSV(B)81.48º55.86%56.86%-
XYZ18.2524.338.59-
YUV127.192.39120.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 64 (25.39% from 255) = 19.69%
R=35.69%
G=44.62%
B=19.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116145640.200.560.4381.4838.7640.98
Hex749140140382B512729
Octal16422110024070531214751
Binary11101001001000110000001010001110001010111010001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749140; }

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

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

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

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

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

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

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

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