#849D36

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

Shades of Sushi #849D36

Tints of Sushi #849D36

Color information

#849D36 (or 0x849D36) is unknown color: approx Sushi. HEX triplet: 84, 9D and 36. RGB value is (132,157,54). Sum of RGB (Red+Green+Blue) = 132+157+54=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 157 (61.72% from 255 or 45.77% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 157 - color contains mainly: green. Hex color #849D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849D36 is #7B62C9. Grayscale: #8A8A8A. Windows color (decimal): -8086218 or 3579268. OLE color: 3579268.

HSL color Cylindrical-coordinate representation of color #849D36: hue angle of 74.56º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #849D36 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB13215754-
CMYK0.1600.660.38
HSL74.56º48.82%41.37%-
HSV(B)74.56º65.61%61.57%-
XYZ22.2429.297.97-
YUV137.7880.72123.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 157 (61.72% from 255) = 45.77%
BLUE value IS 54 (21.48% from 255) = 15.74%
R=38.48%
G=45.77%
B=15.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132157540.1600.660.3874.5648.8241.37
Hex849D3610042264b3129
Octal20423566200102461136151
Binary100001001001110111011010000010000101001101001011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,157,54); }

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

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

 a { background-color: rgb(132,157,54); }

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

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

 span { border-color: rgb(132,157,54); }

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