#749541

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

Shades of Sushi #749541

Tints of Sushi #749541

Color information

#749541 (or 0x749541) is unknown color: approx Sushi. HEX triplet: 74, 95 and 41. RGB value is (116,149,65). Sum of RGB (Red+Green+Blue) = 116+149+65=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #749541 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749541 is #8B6ABE. Grayscale: #818181. Windows color (decimal): -9136831 or 4298100. OLE color: 4298100.

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

Color convert

RGB11614965-
CMYK0.2200.560.42
HSL83.57º39.25%41.96%-
HSV(B)83.57º56.38%58.43%-
XYZ18.925.598.94-
YUV129.5691.57118.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.15%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 65 (25.78% from 255) = 19.70%
R=35.15%
G=45.15%
B=19.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116149650.2200.560.4283.5739.2541.96
Hex749541160382A54272a
Octal16422510126070521244752
Binary11101001001010110000011011001110001010101010100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749541; }

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

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

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

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

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

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

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

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