#749531

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

Shades of Sushi #749531

Tints of Sushi #749531

Color information

#749531 (or 0x749531) is unknown color: approx Sushi. HEX triplet: 74, 95 and 31. RGB value is (116,149,49). Sum of RGB (Red+Green+Blue) = 116+149+49=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #749531 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749531 is #8B6ACE. Grayscale: #808080. Windows color (decimal): -9136847 or 3249524. OLE color: 3249524.

HSL color Cylindrical-coordinate representation of color #749531: hue angle of 79.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #749531 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB11614949-
CMYK0.2200.670.42
HSL79.8º50.51%38.82%-
HSV(B)79.8º67.11%58.43%-
XYZ18.525.436.84-
YUV127.7383.57119.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 149 (58.59% from 255) = 47.45%
BLUE value IS 49 (19.53% from 255) = 15.61%
R=36.94%
G=47.45%
B=15.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116149490.2200.670.4279.850.5138.82
Hex749531160432A503327
Octal16422561260103521206347
Binary11101001001010111000110110010000111010101010000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749531; }

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

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

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

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

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

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

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

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