#749731

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

Shades of Sushi #749731

Tints of Sushi #749731

Color information

#749731 (or 0x749731) is unknown color: approx Sushi. HEX triplet: 74, 97 and 31. RGB value is (116,151,49). Sum of RGB (Red+Green+Blue) = 116+151+49=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #749731 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749731 is #8B68CE. Grayscale: #818181. Windows color (decimal): -9136335 or 3250036. OLE color: 3250036.

HSL color Cylindrical-coordinate representation of color #749731: hue angle of 80.59º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #749731 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB11615149-
CMYK0.2300.680.41
HSL80.59º51%39.22%-
HSV(B)80.59º67.55%59.22%-
XYZ18.8226.076.95-
YUV128.9182.9118.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.71%
GREEN value IS 151 (59.38% from 255) = 47.78%
BLUE value IS 49 (19.53% from 255) = 15.51%
R=36.71%
G=47.78%
B=15.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116151490.2300.680.4180.595139.22
Hex7497311704429513327
Octal16422761270104511216347
Binary11101001001011111000110111010001001010011010001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749731; }

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

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

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

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

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

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

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

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