#749B3A

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

Shades of Sushi #749B3A

Tints of Sushi #749B3A

Color information

#749B3A (or 0x749B3A) is unknown color: approx Sushi. HEX triplet: 74, 9B and 3A. RGB value is (116,155,58). Sum of RGB (Red+Green+Blue) = 116+155+58=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #749B3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B3A is #8B64C5. Grayscale: #848484. Windows color (decimal): -9135302 or 3840884. OLE color: 3840884.

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

Color convert

RGB11615558-
CMYK0.2500.630.39
HSL84.12º45.54%41.76%-
HSV(B)84.12º62.58%60.78%-
XYZ19.6927.468.27-
YUV132.2886.08116.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.26%
GREEN value IS 155 (60.94% from 255) = 47.11%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=35.26%
G=47.11%
B=17.63%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116155580.2500.630.3984.1245.5441.76
Hex749B3A1903F27542e2a
Octal1642337231077471245652
Binary1110100100110111110101100101111111001111010100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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