#749931

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

Shades of Sushi #749931

Tints of Sushi #749931

Color information

#749931 (or 0x749931) is unknown color: approx Sushi. HEX triplet: 74, 99 and 31. RGB value is (116,153,49). Sum of RGB (Red+Green+Blue) = 116+153+49=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #749931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749931 is #8B66CE. Grayscale: #828282. Windows color (decimal): -9135823 or 3250548. OLE color: 3250548.

HSL color Cylindrical-coordinate representation of color #749931: hue angle of 81.35º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #749931 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB11615349-
CMYK0.2400.680.4
HSL81.35º51.49%39.61%-
HSV(B)81.35º67.97%60%-
XYZ19.1526.727.05-
YUV130.0882.24117.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 49 (19.53% from 255) = 15.41%
R=36.48%
G=48.11%
B=15.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116153490.2400.680.481.3551.4939.61
Hex7499311804428513328
Octal16423161300104501216350
Binary11101001001100111000111000010001001010001010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749931; }

 p { color: rgb(116,153,49); }

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

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

 a { background-color: rgb(116,153,49); }

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

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

 span { border-color: rgb(116,153,49); }

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