#749C2D

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

Shades of Sushi #749C2D

Tints of Sushi #749C2D

Color information

#749C2D (or 0x749C2D) is unknown color: approx Sushi. HEX triplet: 74, 9C and 2D. RGB value is (116,156,45). Sum of RGB (Red+Green+Blue) = 116+156+45=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #749C2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749C2D is #8B63D2. Grayscale: #838383. Windows color (decimal): -9135059 or 2989172. OLE color: 2989172.

HSL color Cylindrical-coordinate representation of color #749C2D: hue angle of 81.62º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #749C2D is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB11615645-
CMYK0.2600.710.39
HSL81.62º55.22%39.41%-
HSV(B)81.62º71.15%61.18%-
XYZ19.5627.686.79-
YUV131.3979.25117.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 156 (61.33% from 255) = 49.21%
BLUE value IS 45 (17.97% from 255) = 14.20%
R=36.59%
G=49.21%
B=14.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116156450.2600.710.3981.6255.2239.41
Hex749C2D1A04727523727
Octal16423455320107471226747
Binary11101001001110010110111010010001111001111010010110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749C2D; }

 p { color: rgb(116,156,45); }

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

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

 a { background-color: rgb(116,156,45); }

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

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

 span { border-color: rgb(116,156,45); }

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