Html Css Color HEX #809D40 Sushi

📋 copy color: '#809D40'

red 128 ◦ green 157 ◦ blue 64

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

Shades of Sushi #809D40

Tints of Sushi #809D40

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.99%

 BLUE value IS 64 (25.39% from 255) = 18.34%

R = 36.68%
G = 44.99%
B = 18.34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#809D40 (or 0x809D40) is known color: Sushi. HEX triplet: 80, 9D and 40. RGB value is (128,157,64). Sum of RGB (Red+Green+Blue) = 128+157+64=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 157 (61.72% from 255 or 44.99% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 157 - color contains mainly: green. Hex color #809D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809D40 is #7F62BF. Grayscale: #8A8A8A. Windows color (decimal): -8348352 or 4234624. OLE color: 4234624.

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

Color convert

RGB 128 157 64 -
CMYK 0.18 0 0.59 0.38
HSL 78.71º 0.42% 0.43% -
HSV(B) 78.71º 0.59% 0.62% -
XYZ 21.88 29.07 9.31 -
YUV 137.73 86.39 121.06 -
System Red Green Blue C M Y K H S L
Decimal 128 157 64 0.18 0 0.59 0.38 78.71 0.42 0.43
Hex 80 9D 40 12 0 3B 26 4F 2A 2B
Octal 200 235 100 22 0 73 46 117 52 53
Binary 10000000 10011101 1000000 10010 0 111011 100110 1001111 101010 101011

Color Harmonies of #809D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809D40

Black with #809D40

Text Example


Text Example

White with #809D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #809D40;
 }
 .AnyTagClassName
 {
   color: #809D40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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