#749142

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

Shades of Sushi #749142

Tints of Sushi #749142

Color information

#749142 (or 0x749142) is unknown color: approx Sushi. HEX triplet: 74, 91 and 42. RGB value is (116,145,66). Sum of RGB (Red+Green+Blue) = 116+145+66=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #749142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749142 is #8B6EBD. Grayscale: #7F7F7F. Windows color (decimal): -9137854 or 4362612. OLE color: 4362612.

HSL color Cylindrical-coordinate representation of color #749142: hue angle of 82.03º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #749142 is Cyan = 0.2, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB11614566-
CMYK0.200.540.43
HSL82.03º37.44%41.37%-
HSV(B)82.03º54.48%56.86%-
XYZ18.3124.368.89-
YUV127.3293.39119.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=35.47%
G=44.34%
B=20.18%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116145660.200.540.4382.0337.4441.37
Hex749142140362B522529
Octal16422110224066531224551
Binary11101001001000110000101010001101101010111010010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749142; }

 p { color: rgb(116,145,66); }

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

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

 a { background-color: rgb(116,145,66); }

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

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

 span { border-color: rgb(116,145,66); }

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