#809C3D

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

Shades of Sushi #809C3D

Tints of Sushi #809C3D

Color information

#809C3D (or 0x809C3D) is unknown color: approx Sushi. HEX triplet: 80, 9C and 3D. RGB value is (128,156,61). Sum of RGB (Red+Green+Blue) = 128+156+61=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 156 - color contains mainly: green. Hex color #809C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809C3D is #7F63C2. Grayscale: #898989. Windows color (decimal): -8348611 or 4037760. OLE color: 4037760.

HSL color Cylindrical-coordinate representation of color #809C3D: hue angle of 77.68º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #809C3D is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB12815661-
CMYK0.1800.610.39
HSL77.68º43.78%42.55%-
HSV(B)77.68º60.9%61.18%-
XYZ21.6328.78.81-
YUV136.885.22121.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.10%
GREEN value IS 156 (61.33% from 255) = 45.22%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=37.10%
G=45.22%
B=17.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128156610.1800.610.3977.6843.7842.55
Hex809C3D1203D274e2c2b
Octal2002347522075471165453
Binary10000000100111001111011001001111011001111001110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,156,61); }

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

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

 a { background-color: rgb(128,156,61); }

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

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

 span { border-color: rgb(128,156,61); }

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