Html Css Color HEX #809348 Wasabi

📋 copy color: '#809348'

red 128 ◦ green 147 ◦ blue 72

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

Shades of Wasabi #809348

Tints of Wasabi #809348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.36%

 BLUE value IS 72 (28.52% from 255) = 20.75%

R = 36.89%
G = 42.36%
B = 20.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#809348 (or 0x809348) is known color: Wasabi. HEX triplet: 80, 93 and 48. RGB value is (128,147,72). Sum of RGB (Red+Green+Blue) = 128+147+72=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #809348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809348 is #7F6CB7. Grayscale: #858585. Windows color (decimal): -8350904 or 4756352. OLE color: 4756352.

HSL color Cylindrical-coordinate representation of color #809348: hue angle of 75.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #809348 is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 72 -
CMYK 0.13 0 0.51 0.42
HSL 75.2º 0.34% 0.43% -
HSV(B) 75.2º 0.51% 0.58% -
XYZ 20.51 25.92 10.05 -
YUV 132.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 128 147 72 0.13 0 0.51 0.42 75.2 0.34 0.43
Hex 80 93 48 D 0 33 2A 4B 22 2B
Octal 200 223 110 15 0 63 52 113 42 53
Binary 10000000 10010011 1001000 1101 0 110011 101010 1001011 100010 101011

Color Harmonies of #809348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809348

Black with #809348

Text Example


Text Example

White with #809348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809348; }

 p { color: rgb(128,147,72); }

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

background-color css

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

 a { background-color: rgb(128,147,72); }

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

border-color css

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

 span { border-color: rgb(128,147,72); }

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