#749330

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

Shades of Sushi #749330

Tints of Sushi #749330

Color information

#749330 (or 0x749330) is unknown color: approx Sushi. HEX triplet: 74, 93 and 30. RGB value is (116,147,48). Sum of RGB (Red+Green+Blue) = 116+147+48=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 147 (57.81% from 255 or 47.27% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 147 - color contains mainly: green. Hex color #749330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749330 is #8B6CCF. Grayscale: #7E7E7E. Windows color (decimal): -9137360 or 3183476. OLE color: 3183476.

HSL color Cylindrical-coordinate representation of color #749330: hue angle of 78.79º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #749330 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB11614748-
CMYK0.2100.670.42
HSL78.79º50.77%38.24%-
HSV(B)78.79º67.35%57.65%-
XYZ18.1724.796.62-
YUV126.4483.73120.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.30%
GREEN value IS 147 (57.81% from 255) = 47.27%
BLUE value IS 48 (19.14% from 255) = 15.43%
R=37.30%
G=47.27%
B=15.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116147480.2100.670.4278.7950.7738.24
Hex749330150432A4f3326
Octal16422360250103521176346
Binary11101001001001111000010101010000111010101001111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749330; }

 p { color: rgb(116,147,48); }

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

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

 a { background-color: rgb(116,147,48); }

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

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

 span { border-color: rgb(116,147,48); }

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