Html Css Color HEX #80A32D Sushi

📋 copy color: '#80A32D'

red 128 ◦ green 163 ◦ blue 45

#80A32D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #80A32D

Tints of Sushi #80A32D

RGB

 RED value IS 128 (50.39% from 255) = 38.1%

 GREEN value IS 163 (64.06% from 255) = 48.51%

 BLUE value IS 45 (17.97% from 255) = 13.39%

R = 38.1%
G = 48.51%
B = 13.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#80A32D (or 0x80A32D) is known color: Sushi. HEX triplet: 80, A3 and 2D. RGB value is (128,163,45). Sum of RGB (Red+Green+Blue) = 128+163+45=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #80A32D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A32D is #7F5CD2. Grayscale: #8B8B8B. Windows color (decimal): -8346835 or 2990976. OLE color: 2990976.

HSL color Cylindrical-coordinate representation of color #80A32D: hue angle of 77.8º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80A32D is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 163 45 -
CMYK 0.21 0 0.72 0.36
HSL 77.8º 0.57% 0.41% -
HSV(B) 77.8º 0.72% 0.64% -
XYZ 22.47 30.97 7.28 -
YUV 139.08 74.9 120.09 -
System Red Green Blue C M Y K H S L
Decimal 128 163 45 0.21 0 0.72 0.36 77.8 0.57 0.41
Hex 80 A3 2D 15 0 48 24 4E 39 29
Octal 200 243 55 25 0 110 44 116 71 51
Binary 10000000 10100011 101101 10101 0 1001000 100100 1001110 111001 101001

Color Harmonies of #80A32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80A32D

Black with #80A32D

Text Example


Text Example

White with #80A32D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,163,45); }

 H1.HeaderClassName
 {
   color: #80A32D;
 }
 .AnyTagClassName
 {
   color: #80A32D;
 }
</style>

background-color css

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

 a { background-color: rgb(128,163,45); }

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

border-color css

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

 span { border-color: rgb(128,163,45); }

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