#809D47

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

Shades of Sushi #809D47

Tints of Sushi #809D47

Color information

#809D47 (or 0x809D47) is unknown color: approx Sushi. HEX triplet: 80, 9D and 47. RGB value is (128,157,71). Sum of RGB (Red+Green+Blue) = 128+157+71=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #809D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809D47 is #7F62B8. Grayscale: #8A8A8A. Windows color (decimal): -8348345 or 4693376. OLE color: 4693376.

HSL color Cylindrical-coordinate representation of color #809D47: hue angle of 80.23º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #809D47 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB12815771-
CMYK0.1800.550.38
HSL80.23º37.72%44.71%-
HSV(B)80.23º54.78%61.57%-
XYZ22.129.1610.42-
YUV138.5289.89120.49-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.96%
GREEN value IS 157 (61.72% from 255) = 44.10%
BLUE value IS 71 (28.12% from 255) = 19.94%
R=35.96%
G=44.10%
B=19.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128157710.1800.550.3880.2337.7244.71
Hex809D47120372650262d
Octal20023510722067461204655
Binary100000001001110110001111001001101111001101010000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809D47; }

 p { color: rgb(128,157,71); }

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

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

 a { background-color: rgb(128,157,71); }

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

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

 span { border-color: rgb(128,157,71); }

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