#849F2D

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

Shades of Sushi #849F2D

Tints of Sushi #849F2D

Color information

#849F2D (or 0x849F2D) is unknown color: approx Sushi. HEX triplet: 84, 9F and 2D. RGB value is (132,159,45). Sum of RGB (Red+Green+Blue) = 132+159+45=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #849F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849F2D is #7B60D2. Grayscale: #8A8A8A. Windows color (decimal): -8085715 or 2989956. OLE color: 2989956.

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

Color convert

RGB13215945-
CMYK0.1700.720.38
HSL74.21º55.88%40%-
HSV(B)74.21º71.7%62.35%-
XYZ22.3929.897.07-
YUV137.9375.55123.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 159 (62.5% from 255) = 47.32%
BLUE value IS 45 (17.97% from 255) = 13.39%
R=39.29%
G=47.32%
B=13.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132159450.1700.720.3874.2155.8840
Hex849F2D11048264a3828
Octal20423755210110461127050
Binary100001001001111110110110001010010001001101001010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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