#809D38

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

Shades of Sushi #809D38

Tints of Sushi #809D38

Color information

#809D38 (or 0x809D38) is unknown color: approx Sushi. HEX triplet: 80, 9D and 38. RGB value is (128,157,56). Sum of RGB (Red+Green+Blue) = 128+157+56=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #809D38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809D38 is #7F62C7. Grayscale: #898989. Windows color (decimal): -8348360 or 3710336. OLE color: 3710336.

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

Color convert

RGB12815756-
CMYK0.1800.640.38
HSL77.23º47.42%41.76%-
HSV(B)77.23º64.33%61.57%-
XYZ21.6728.998.19-
YUV136.8282.39121.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 157 (61.72% from 255) = 46.04%
BLUE value IS 56 (22.27% from 255) = 16.42%
R=37.54%
G=46.04%
B=16.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128157560.1800.640.3877.2347.4241.76
Hex809D3812040264d2f2a
Octal20023570220100461155752
Binary100000001001110111100010010010000001001101001101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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