#749232

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

Shades of Sushi #749232

Tints of Sushi #749232

Color information

#749232 (or 0x749232) is unknown color: approx Sushi. HEX triplet: 74, 92 and 32. RGB value is (116,146,50). Sum of RGB (Red+Green+Blue) = 116+146+50=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #749232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749232 is #8B6DCD. Grayscale: #7E7E7E. Windows color (decimal): -9137614 or 3314292. OLE color: 3314292.

HSL color Cylindrical-coordinate representation of color #749232: hue angle of 78.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #749232 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB11614650-
CMYK0.2100.660.43
HSL78.75º48.98%38.43%-
HSV(B)78.75º65.75%57.25%-
XYZ18.0624.56.8-
YUV126.0985.06120.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.18%
GREEN value IS 146 (57.42% from 255) = 46.79%
BLUE value IS 50 (19.92% from 255) = 16.03%
R=37.18%
G=46.79%
B=16.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116146500.2100.660.4378.7548.9838.43
Hex749232150422B4f3126
Octal16422262250102531176146
Binary11101001001001011001010101010000101010111001111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749232; }

 p { color: rgb(116,146,50); }

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

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

 a { background-color: rgb(116,146,50); }

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

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

 span { border-color: rgb(116,146,50); }

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