#749A28

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

Shades of Sushi #749A28

Tints of Sushi #749A28

Color information

#749A28 (or 0x749A28) is unknown color: approx Sushi. HEX triplet: 74, 9A and 28. RGB value is (116,154,40). Sum of RGB (Red+Green+Blue) = 116+154+40=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #749A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749A28 is #8B65D7. Grayscale: #828282. Windows color (decimal): -9135576 or 2660980. OLE color: 2660980.

HSL color Cylindrical-coordinate representation of color #749A28: hue angle of 80º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #749A28 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB11615440-
CMYK0.2500.740.40
HSL80º58.76%38.04%-
HSV(B)80º74.03%60.39%-
XYZ19.1426.986.21-
YUV129.6477.41118.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 154 (60.55% from 255) = 49.68%
BLUE value IS 40 (16.02% from 255) = 12.90%
R=37.42%
G=49.68%
B=12.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116154400.2500.740.408058.7638.04
Hex749A281904A28503b26
Octal16423250310112501207346
Binary11101001001101010100011001010010101010001010000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,154,40); }

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

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

 a { background-color: rgb(116,154,40); }

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

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

 span { border-color: rgb(116,154,40); }

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