Html Css Color HEX #809E40 Sushi

📋 copy color: '#809E40'

red 128 ◦ green 158 ◦ blue 64

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

Shades of Sushi #809E40

Tints of Sushi #809E40

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.14%

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

R = 36.57%
G = 45.14%
B = 18.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#809E40 (or 0x809E40) is known color: Sushi. HEX triplet: 80, 9E and 40. RGB value is (128,158,64). Sum of RGB (Red+Green+Blue) = 128+158+64=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #809E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809E40 is #7F61BF. Grayscale: #8A8A8A. Windows color (decimal): -8348096 or 4234880. OLE color: 4234880.

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

Color convert

RGB 128 158 64 -
CMYK 0.19 0 0.59 0.38
HSL 79.15º 0.42% 0.44% -
HSV(B) 79.15º 0.59% 0.62% -
XYZ 22.05 29.41 9.37 -
YUV 138.31 86.06 120.64 -
System Red Green Blue C M Y K H S L
Decimal 128 158 64 0.19 0 0.59 0.38 79.15 0.42 0.44
Hex 80 9E 40 13 0 3B 26 4F 2A 2C
Octal 200 236 100 23 0 73 46 117 52 54
Binary 10000000 10011110 1000000 10011 0 111011 100110 1001111 101010 101100

Color Harmonies of #809E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809E40

Black with #809E40

Text Example


Text Example

White with #809E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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