#748F3D

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

Shades of Sushi #748F3D

Tints of Sushi #748F3D

Color information

#748F3D (or 0x748F3D) is unknown color: approx Sushi. HEX triplet: 74, 8F and 3D. RGB value is (116,143,61). Sum of RGB (Red+Green+Blue) = 116+143+61=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #748F3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748F3D is #8B70C2. Grayscale: #7D7D7D. Windows color (decimal): -9138371 or 4034420. OLE color: 4034420.

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

Color convert

RGB11614361-
CMYK0.1900.570.44
HSL79.76º40.2%40%-
HSV(B)79.76º57.34%56.08%-
XYZ17.8723.698.05-
YUV125.5891.55121.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 143 (56.25% from 255) = 44.69%
BLUE value IS 61 (24.22% from 255) = 19.06%
R=36.25%
G=44.69%
B=19.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116143610.1900.570.4479.7640.240
Hex748F3D130392C502828
Octal1642177523071541205050
Binary1110100100011111111011001101110011011001010000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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