Html Css Color HEX #809434 Wasabi

📋 copy color: '#809434'

red 128 ◦ green 148 ◦ blue 52

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

Shades of Wasabi #809434

Tints of Wasabi #809434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.12%

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 39.02%
G = 45.12%
B = 15.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#809434 (or 0x809434) is known color: Wasabi. HEX triplet: 80, 94 and 34. RGB value is (128,148,52). Sum of RGB (Red+Green+Blue) = 128+148+52=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #809434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809434 is #7F6BCB. Grayscale: #838383. Windows color (decimal): -8350668 or 3445888. OLE color: 3445888.

HSL color Cylindrical-coordinate representation of color #809434: hue angle of 72.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #809434 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 52 -
CMYK 0.14 0 0.65 0.42
HSL 72.5º 0.48% 0.39% -
HSV(B) 72.5º 0.65% 0.58% -
XYZ 20.11 26.02 7.21 -
YUV 131.08 83.37 125.81 -
System Red Green Blue C M Y K H S L
Decimal 128 148 52 0.14 0 0.65 0.42 72.5 0.48 0.39
Hex 80 94 34 E 0 41 2A 48 30 27
Octal 200 224 64 16 0 101 52 110 60 47
Binary 10000000 10010100 110100 1110 0 1000001 101010 1001000 110000 100111

Color Harmonies of #809434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809434

Black with #809434

Text Example


Text Example

White with #809434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809434; }

 p { color: rgb(128,148,52); }

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

background-color css

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

 a { background-color: rgb(128,148,52); }

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

border-color css

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

 span { border-color: rgb(128,148,52); }

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