#749E41

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

Shades of Sushi #749E41

Tints of Sushi #749E41

Color information

#749E41 (or 0x749E41) is unknown color: approx Sushi. HEX triplet: 74, 9E and 41. RGB value is (116,158,65). Sum of RGB (Red+Green+Blue) = 116+158+65=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 158 - color contains mainly: green. Hex color #749E41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749E41 is #8B61BE. Grayscale: #878787. Windows color (decimal): -9134527 or 4300404. OLE color: 4300404.

HSL color Cylindrical-coordinate representation of color #749E41: hue angle of 87.1º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #749E41 is Cyan = 0.27, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB11615865-
CMYK0.2700.590.38
HSL87.1º41.7%43.73%-
HSV(B)87.1º58.86%61.96%-
XYZ20.3828.559.44-
YUV134.8488.59114.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 158 (62.11% from 255) = 46.61%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=34.22%
G=46.61%
B=19.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116158650.2700.590.3887.141.743.73
Hex749E411B03B26572a2c
Octal16423610133073461275254
Binary11101001001111010000011101101110111001101010111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749E41; }

 p { color: rgb(116,158,65); }

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

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

 a { background-color: rgb(116,158,65); }

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

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

 span { border-color: rgb(116,158,65); }

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