#749D41

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

Shades of Sushi #749D41

Tints of Sushi #749D41

Color information

#749D41 (or 0x749D41) is unknown color: approx Sushi. HEX triplet: 74, 9D and 41. RGB value is (116,157,65). Sum of RGB (Red+Green+Blue) = 116+157+65=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 157 - color contains mainly: green. Hex color #749D41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749D41 is #8B62BE. Grayscale: #868686. Windows color (decimal): -9134783 or 4300148. OLE color: 4300148.

HSL color Cylindrical-coordinate representation of color #749D41: hue angle of 86.74º degrees, saturation: 0.41, 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 #749D41 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB11615765-
CMYK0.2600.590.38
HSL86.74º41.44%43.53%-
HSV(B)86.74º58.6%61.57%-
XYZ20.2128.219.38-
YUV134.2588.92114.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 157 (61.72% from 255) = 46.45%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=34.32%
G=46.45%
B=19.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116157650.2600.590.3886.7441.4443.53
Hex749D411A03B2657292c
Octal16423510132073461275154
Binary11101001001110110000011101001110111001101010111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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