#749D34

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

Shades of Sushi #749D34

Tints of Sushi #749D34

Color information

#749D34 (or 0x749D34) is unknown color: approx Sushi. HEX triplet: 74, 9D and 34. RGB value is (116,157,52). Sum of RGB (Red+Green+Blue) = 116+157+52=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 157 - color contains mainly: green. Hex color #749D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749D34 is #8B62CB. Grayscale: #858585. Windows color (decimal): -9134796 or 3448180. OLE color: 3448180.

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

Color convert

RGB11615752-
CMYK0.2600.670.38
HSL83.43º50.24%40.98%-
HSV(B)83.43º66.88%61.57%-
XYZ19.8828.077.62-
YUV132.7782.42116.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 157 (61.72% from 255) = 48.31%
BLUE value IS 52 (20.70% from 255) = 16%
R=35.69%
G=48.31%
B=16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116157520.2600.670.3883.4350.2440.98
Hex749D341A04326533229
Octal16423564320103461236251
Binary11101001001110111010011010010000111001101010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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