#80A536

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

Shades of Sushi #80A536

Tints of Sushi #80A536

Color information

#80A536 (or 0x80A536) is unknown color: approx Sushi. HEX triplet: 80, A5 and 36. RGB value is (128,165,54). Sum of RGB (Red+Green+Blue) = 128+165+54=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 165 (64.84% from 255 or 47.55% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 165 - color contains mainly: green. Hex color #80A536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A536 is #7F5AC9. Grayscale: #8D8D8D. Windows color (decimal): -8346314 or 3581312. OLE color: 3581312.

HSL color Cylindrical-coordinate representation of color #80A536: hue angle of 80º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80A536 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB12816554-
CMYK0.2200.670.35
HSL80º50.68%42.94%-
HSV(B)80º67.27%64.71%-
XYZ23.0231.778.41-
YUV141.2878.74118.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 165 (64.84% from 255) = 47.55%
BLUE value IS 54 (21.48% from 255) = 15.56%
R=36.89%
G=47.55%
B=15.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal128165540.2200.670.358050.6842.94
Hex80A536160432350332b
Octal20024566260103431206353
Binary100000001010010111011010110010000111000111010000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80A536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80A536; }

 p { color: rgb(128,165,54); }

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

<style>
 a { background-color: #80A536; }

 a { background-color: rgb(128,165,54); }

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

<style>
 span { border-color: #80A536; }

 span { border-color: rgb(128,165,54); }

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