#749f35

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

Shades of Sushi #749F35

Tints of Sushi #749F35

Color information

#749F35 (or 0x749F35) is unknown color: approx Sushi. HEX triplet: 74, 9F and 35. RGB value is (116,159,53). Sum of RGB (Red+Green+Blue) = 116+159+53=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 53 (21.09% from 255 or 16.16% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #749F35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749F35 is #8B60CA. Grayscale: #868686. Windows color (decimal): -9134283 or 3514228. OLE color: 3514228.

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

Color convert

RGB11615953-
CMYK0.2700.670.38
HSL84.34º50%41.57%-
HSV(B)84.34º66.67%62.35%-
XYZ20.2428.777.85-
YUV134.0682.25115.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 159 (62.5% from 255) = 48.48%
BLUE value IS 53 (21.09% from 255) = 16.16%
R=35.37%
G=48.48%
B=16.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116159530.2700.670.3884.345041.57
Hex749F351B0432654322a
Octal16423765330103461246252
Binary11101001001111111010111011010000111001101010100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749f35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,159,53); }

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

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

 a { background-color: rgb(116,159,53); }

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

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

 span { border-color: rgb(116,159,53); }

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