#749543

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

Shades of Sushi #749543

Tints of Sushi #749543

Color information

#749543 (or 0x749543) is unknown color: approx Sushi. HEX triplet: 74, 95 and 43. RGB value is (116,149,67). Sum of RGB (Red+Green+Blue) = 116+149+67=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 67 (26.56% from 255 or 20.18% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #749543 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749543 is #8B6ABC. Grayscale: #828282. Windows color (decimal): -9136829 or 4429172. OLE color: 4429172.

HSL color Cylindrical-coordinate representation of color #749543: hue angle of 84.15º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #749543 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB11614967-
CMYK0.2200.550.42
HSL84.15º37.96%42.35%-
HSV(B)84.15º55.03%58.43%-
XYZ18.9625.619.25-
YUV129.7892.57118.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 67 (26.56% from 255) = 20.18%
R=34.94%
G=44.88%
B=20.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116149670.2200.550.4284.1537.9642.35
Hex749543160372A54262a
Octal16422510326067521244652
Binary11101001001010110000111011001101111010101010100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749543; }

 p { color: rgb(116,149,67); }

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

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

 a { background-color: rgb(116,149,67); }

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

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

 span { border-color: rgb(116,149,67); }

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