Html Css Color HEX #809035 Wasabi

📋 copy color: '#809035'

red 128 ◦ green 144 ◦ blue 53

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

Shades of Wasabi #809035

Tints of Wasabi #809035

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.31%

 BLUE value IS 53 (21.09% from 255) = 16.31%

R = 39.38%
G = 44.31%
B = 16.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#809035 (or 0x809035) is known color: Wasabi. HEX triplet: 80, 90 and 35. RGB value is (128,144,53). Sum of RGB (Red+Green+Blue) = 128+144+53=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #809035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809035 is #7F6FCA. Grayscale: #818181. Windows color (decimal): -8351691 or 3510400. OLE color: 3510400.

HSL color Cylindrical-coordinate representation of color #809035: hue angle of 70.55º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #809035 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 144 53 -
CMYK 0.11 0 0.63 0.44
HSL 70.55º 0.46% 0.39% -
HSV(B) 70.55º 0.63% 0.56% -
XYZ 19.52 24.79 7.12 -
YUV 128.84 85.2 127.4 -
System Red Green Blue C M Y K H S L
Decimal 128 144 53 0.11 0 0.63 0.44 70.55 0.46 0.39
Hex 80 90 35 B 0 3F 2C 47 2E 27
Octal 200 220 65 13 0 77 54 107 56 47
Binary 10000000 10010000 110101 1011 0 111111 101100 1000111 101110 100111

Color Harmonies of #809035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809035

Black with #809035

Text Example


Text Example

White with #809035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809035; }

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

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

background-color css

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

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

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

border-color css

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

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

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