#749138

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

Shades of Sushi #749138

Tints of Sushi #749138

Color information

#749138 (or 0x749138) is unknown color: approx Sushi. HEX triplet: 74, 91 and 38. RGB value is (116,145,56). Sum of RGB (Red+Green+Blue) = 116+145+56=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #749138 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749138 is #8B6EC7. Grayscale: #7E7E7E. Windows color (decimal): -9137864 or 3707252. OLE color: 3707252.

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

Color convert

RGB11614556-
CMYK0.200.610.43
HSL79.55º44.28%39.41%-
HSV(B)79.55º61.38%56.86%-
XYZ18.0424.257.47-
YUV126.1888.39120.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 145 (57.03% from 255) = 45.74%
BLUE value IS 56 (22.27% from 255) = 17.67%
R=36.59%
G=45.74%
B=17.67%

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
Decimal116145560.200.610.4379.5544.2839.41
Hex7491381403D2B502c27
Octal1642217024075531205447
Binary1110100100100011110001010001111011010111010000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749138; }

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

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

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

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

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

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

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

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