#749D2D

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

Shades of Sushi #749D2D

Tints of Sushi #749D2D

Color information

#749D2D (or 0x749D2D) is unknown color: approx Sushi. HEX triplet: 74, 9D and 2D. RGB value is (116,157,45). Sum of RGB (Red+Green+Blue) = 116+157+45=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #749D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749D2D is #8B62D2. Grayscale: #848484. Windows color (decimal): -9134803 or 2989428. OLE color: 2989428.

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

Color convert

RGB11615745-
CMYK0.2600.710.38
HSL81.96º55.45%39.61%-
HSV(B)81.96º71.34%61.57%-
XYZ19.7328.026.85-
YUV131.9778.92116.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.48%
GREEN value IS 157 (61.72% from 255) = 49.37%
BLUE value IS 45 (17.97% from 255) = 14.15%
R=36.48%
G=49.37%
B=14.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116157450.2600.710.3881.9655.4539.61
Hex749D2D1A04726523728
Octal16423555320107461226750
Binary11101001001110110110111010010001111001101010010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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