#749043

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

Shades of Sushi #749043

Tints of Sushi #749043

Color information

#749043 (or 0x749043) is unknown color: approx Sushi. HEX triplet: 74, 90 and 43. RGB value is (116,144,67). Sum of RGB (Red+Green+Blue) = 116+144+67=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #749043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749043 is #8B6FBC. Grayscale: #7F7F7F. Windows color (decimal): -9138109 or 4427892. OLE color: 4427892.

HSL color Cylindrical-coordinate representation of color #749043: hue angle of 81.82º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #749043 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB11614467-
CMYK0.1900.530.44
HSL81.82º36.49%41.37%-
HSV(B)81.82º53.47%56.47%-
XYZ18.1924.069-
YUV126.8594.22120.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 67 (26.56% from 255) = 20.49%
R=35.47%
G=44.04%
B=20.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116144670.1900.530.4481.8236.4941.37
Hex749043130352C522429
Octal16422010323065541224451
Binary11101001001000010000111001101101011011001010010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749043; }

 p { color: rgb(116,144,67); }

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

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

 a { background-color: rgb(116,144,67); }

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

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

 span { border-color: rgb(116,144,67); }

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