#849E3A

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

Shades of Sushi #849E3A

Tints of Sushi #849E3A

Color information

#849E3A (or 0x849E3A) is unknown color: approx Sushi. HEX triplet: 84, 9E and 3A. RGB value is (132,158,58). Sum of RGB (Red+Green+Blue) = 132+158+58=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 158 - color contains mainly: green. Hex color #849E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849E3A is #7B61C5. Grayscale: #8B8B8B. Windows color (decimal): -8085958 or 3841668. OLE color: 3841668.

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

Color convert

RGB13215858-
CMYK0.1600.630.38
HSL75.6º46.3%42.35%-
HSV(B)75.6º63.29%61.96%-
XYZ22.5129.668.54-
YUV138.8382.39123.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 158 (62.11% from 255) = 45.40%
BLUE value IS 58 (23.05% from 255) = 16.67%
R=37.93%
G=45.40%
B=16.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal132158580.1600.630.3875.646.342.35
Hex849E3A1003F264c2e2a
Octal2042367220077461145652
Binary10000100100111101110101000001111111001101001100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,158,58); }

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

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

 a { background-color: rgb(132,158,58); }

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

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

 span { border-color: rgb(132,158,58); }

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