#749038

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

Shades of Sushi #749038

Tints of Sushi #749038

Color information

#749038 (or 0x749038) is unknown color: approx Sushi. HEX triplet: 74, 90 and 38. RGB value is (116,144,56). Sum of RGB (Red+Green+Blue) = 116+144+56=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #749038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749038 is #8B6FC7. Grayscale: #7D7D7D. Windows color (decimal): -9138120 or 3706996. OLE color: 3706996.

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

Color convert

RGB11614456-
CMYK0.1900.610.44
HSL79.09º44%39.22%-
HSV(B)79.09º61.11%56.47%-
XYZ17.8923.957.42-
YUV125.688.72121.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.71%
GREEN value IS 144 (56.64% from 255) = 45.57%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=36.71%
G=45.57%
B=17.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116144560.1900.610.4479.094439.22
Hex7490381303D2C4f2c27
Octal1642207023075541175447
Binary1110100100100001110001001101111011011001001111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749038; }

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

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

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

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

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

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

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

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