#80B035

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

Shades of Sushi #80B035

Tints of Sushi #80B035

Color information

#80B035 (or 0x80B035) is unknown color: approx Sushi. HEX triplet: 80, B0 and 35. RGB value is (128,176,53). Sum of RGB (Red+Green+Blue) = 128+176+53=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 53 (21.09% from 255 or 14.85% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #80B035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B035 is #7F4FCA. Grayscale: #949494. Windows color (decimal): -8343499 or 3518592. OLE color: 3518592.

HSL color Cylindrical-coordinate representation of color #80B035: hue angle of 83.41º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80B035 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB12817653-
CMYK0.2700.700.31
HSL83.41º53.71%44.9%-
HSV(B)83.41º69.89%69.02%-
XYZ25.0735.98.98-
YUV147.6374.6114-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 176 (69.14% from 255) = 49.30%
BLUE value IS 53 (21.09% from 255) = 14.85%
R=35.85%
G=49.30%
B=14.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128176530.2700.700.3183.4153.7144.9
Hex80B0351B0461F53362d
Octal20026065330106371236655
Binary10000000101100001101011101101000110111111010011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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