#748F3A

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

Shades of Sushi #748F3A

Tints of Sushi #748F3A

Color information

#748F3A (or 0x748F3A) is unknown color: approx Sushi. HEX triplet: 74, 8F and 3A. RGB value is (116,143,58). Sum of RGB (Red+Green+Blue) = 116+143+58=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #748F3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748F3A is #8B70C5. Grayscale: #7D7D7D. Windows color (decimal): -9138374 or 3837812. OLE color: 3837812.

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

Color convert

RGB11614358-
CMYK0.1900.590.44
HSL79.06º42.29%39.41%-
HSV(B)79.06º59.44%56.08%-
XYZ17.7923.667.63-
YUV125.2490.05121.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 143 (56.25% from 255) = 45.11%
BLUE value IS 58 (23.05% from 255) = 18.30%
R=36.59%
G=45.11%
B=18.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116143580.1900.590.4479.0642.2939.41
Hex748F3A1303B2C4f2a27
Octal1642177223073541175247
Binary1110100100011111110101001101110111011001001111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,143,58); }

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

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

 a { background-color: rgb(116,143,58); }

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

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

 span { border-color: rgb(116,143,58); }

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