#809D35

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

Shades of Sushi #809D35

Tints of Sushi #809D35

Color information

#809D35 (or 0x809D35) is unknown color: approx Sushi. HEX triplet: 80, 9D and 35. RGB value is (128,157,53). Sum of RGB (Red+Green+Blue) = 128+157+53=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 157 (61.72% from 255 or 46.45% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 157 - color contains mainly: green. Hex color #809D35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809D35 is #7F62CA. Grayscale: #888888. Windows color (decimal): -8348363 or 3513728. OLE color: 3513728.

HSL color Cylindrical-coordinate representation of color #809D35: hue angle of 76.73º degrees, saturation: 0.5, 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 #809D35 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB12815753-
CMYK0.1800.660.38
HSL76.73º49.52%41.18%-
HSV(B)76.73º66.24%61.57%-
XYZ21.628.967.82-
YUV136.4780.89121.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 157 (61.72% from 255) = 46.45%
BLUE value IS 53 (21.09% from 255) = 15.68%
R=37.87%
G=46.45%
B=15.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128157530.1800.660.3876.7349.5241.18
Hex809D3512042264d3229
Octal20023565220102461156251
Binary100000001001110111010110010010000101001101001101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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