#748E39

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

Shades of Sushi #748E39

Tints of Sushi #748E39

Color information

#748E39 (or 0x748E39) is unknown color: approx Sushi. HEX triplet: 74, 8E and 39. RGB value is (116,142,57). Sum of RGB (Red+Green+Blue) = 116+142+57=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #748E39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748E39 is #8B71C6. Grayscale: #7C7C7C. Windows color (decimal): -9138631 or 3772020. OLE color: 3772020.

HSL color Cylindrical-coordinate representation of color #748E39: hue angle of 78.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #748E39 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB11614257-
CMYK0.1800.600.44
HSL78.35º42.71%39.02%-
HSV(B)78.35º59.86%55.69%-
XYZ17.6123.357.45-
YUV124.5489.89121.91-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 57 (22.66% from 255) = 18.10%
R=36.83%
G=45.08%
B=18.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116142570.1800.600.4478.3542.7139.02
Hex748E391203C2C4e2b27
Octal1642167122074541165347
Binary1110100100011101110011001001111001011001001110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748E39; }

 p { color: rgb(116,142,57); }

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

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

 a { background-color: rgb(116,142,57); }

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

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

 span { border-color: rgb(116,142,57); }

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