#749B34

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

Shades of Sushi #749B34

Tints of Sushi #749B34

Color information

#749B34 (or 0x749B34) is unknown color: approx Sushi. HEX triplet: 74, 9B and 34. RGB value is (116,155,52). Sum of RGB (Red+Green+Blue) = 116+155+52=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 155 - color contains mainly: green. Hex color #749B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B34 is #8B64CB. Grayscale: #838383. Windows color (decimal): -9135308 or 3447668. OLE color: 3447668.

HSL color Cylindrical-coordinate representation of color #749B34: hue angle of 82.72º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #749B34 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB11615552-
CMYK0.2500.660.39
HSL82.72º49.76%40.59%-
HSV(B)82.72º66.45%60.78%-
XYZ19.5427.47.51-
YUV131.683.08116.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.91%
GREEN value IS 155 (60.94% from 255) = 47.99%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=35.91%
G=47.99%
B=16.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116155520.2500.660.3982.7249.7640.59
Hex749B341904227533229
Octal16423364310102471236251
Binary11101001001101111010011001010000101001111010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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