#749340

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

Shades of Sushi #749340

Tints of Sushi #749340

Color information

#749340 (or 0x749340) is unknown color: approx Sushi. HEX triplet: 74, 93 and 40. RGB value is (116,147,64). Sum of RGB (Red+Green+Blue) = 116+147+64=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #749340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749340 is #8B6CBF. Grayscale: #808080. Windows color (decimal): -9137344 or 4232052. OLE color: 4232052.

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

Color convert

RGB11614764-
CMYK0.2100.560.42
HSL82.41º39.34%41.37%-
HSV(B)82.41º56.46%57.65%-
XYZ18.5624.958.69-
YUV128.2791.73119.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=35.47%
G=44.95%
B=19.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116147640.2100.560.4282.4139.3441.37
Hex749340150382A522729
Octal16422310025070521224751
Binary11101001001001110000001010101110001010101010010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749340; }

 p { color: rgb(116,147,64); }

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

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

 a { background-color: rgb(116,147,64); }

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

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

 span { border-color: rgb(116,147,64); }

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