#849F44

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

Shades of Sushi #849F44

Tints of Sushi #849F44

Color information

#849F44 (or 0x849F44) is unknown color: approx Sushi. HEX triplet: 84, 9F and 44. RGB value is (132,159,68). Sum of RGB (Red+Green+Blue) = 132+159+68=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 159 - color contains mainly: green. Hex color #849F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849F44 is #7B60BB. Grayscale: #8C8C8C. Windows color (decimal): -8085692 or 4497284. OLE color: 4497284.

HSL color Cylindrical-coordinate representation of color #849F44: hue angle of 77.8º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #849F44 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB13215968-
CMYK0.1700.570.38
HSL77.8º40.09%44.51%-
HSV(B)77.8º57.23%62.35%-
XYZ22.9630.1210.07-
YUV140.5587.05121.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 159 (62.5% from 255) = 44.29%
BLUE value IS 68 (26.95% from 255) = 18.94%
R=36.77%
G=44.29%
B=18.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132159680.1700.570.3877.840.0944.51
Hex849F4411039264e282d
Octal20423710421071461165055
Binary100001001001111110001001000101110011001101001110101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849F44; }

 p { color: rgb(132,159,68); }

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

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

 a { background-color: rgb(132,159,68); }

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

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

 span { border-color: rgb(132,159,68); }

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