#749f31

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

Shades of Sushi #749F31

Tints of Sushi #749F31

Color information

#749F31 (or 0x749F31) is unknown color: approx Sushi. HEX triplet: 74, 9F and 31. RGB value is (116,159,49). Sum of RGB (Red+Green+Blue) = 116+159+49=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 159 (62.5% from 255 or 49.07% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 159 - color contains mainly: green. Hex color #749F31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749F31 is #8B60CE. Grayscale: #858585. Windows color (decimal): -9134287 or 3252084. OLE color: 3252084.

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

Color convert

RGB11615949-
CMYK0.2700.690.38
HSL83.45º52.88%40.78%-
HSV(B)83.45º69.18%62.35%-
XYZ20.1528.737.39-
YUV133.680.25115.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 159 (62.5% from 255) = 49.07%
BLUE value IS 49 (19.53% from 255) = 15.12%
R=35.80%
G=49.07%
B=15.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116159490.2700.690.3883.4552.8840.78
Hex749F311B04526533529
Octal16423761330105461236551
Binary11101001001111111000111011010001011001101010011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749f31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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