#749139

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

Shades of Sushi #749139

Tints of Sushi #749139

Color information

#749139 (or 0x749139) is unknown color: approx Sushi. HEX triplet: 74, 91 and 39. RGB value is (116,145,57). Sum of RGB (Red+Green+Blue) = 116+145+57=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #749139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749139 is #8B6EC6. Grayscale: #7E7E7E. Windows color (decimal): -9137863 or 3772788. OLE color: 3772788.

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

Color convert

RGB11614557-
CMYK0.200.610.43
HSL79.77º43.56%39.61%-
HSV(B)79.77º60.69%56.86%-
XYZ18.0724.267.6-
YUV126.388.89120.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 57 (22.66% from 255) = 17.92%
R=36.48%
G=45.60%
B=17.92%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116145570.200.610.4379.7743.5639.61
Hex7491391403D2B502c28
Octal1642217124075531205450
Binary1110100100100011110011010001111011010111010000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749139; }

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

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

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

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

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

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

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

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