Html Css Color HEX #819050 Wasabi

📋 copy color: '#819050'

red 129 ◦ green 144 ◦ blue 80

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

Shades of Wasabi #819050

Tints of Wasabi #819050

RGB

 RED value IS 129 (50.78% from 255) = 36.54%

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

 BLUE value IS 80 (31.64% from 255) = 22.66%

R = 36.54%
G = 40.79%
B = 22.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#819050 (or 0x819050) is known color: Wasabi. HEX triplet: 81, 90 and 50. RGB value is (129,144,80). Sum of RGB (Red+Green+Blue) = 129+144+80=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 144 - color contains mainly: green. Hex color #819050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819050 is #7E6FAF. Grayscale: #848484. Windows color (decimal): -8286128 or 5279873. OLE color: 5279873.

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

Color convert

RGB 129 144 80 -
CMYK 0.10 0 0.44 0.44
HSL 74.06º 0.29% 0.44% -
HSV(B) 74.06º 0.44% 0.56% -
XYZ 20.47 25.19 11.37 -
YUV 132.22 98.53 125.7 -
System Red Green Blue C M Y K H S L
Decimal 129 144 80 0.10 0 0.44 0.44 74.06 0.29 0.44
Hex 81 90 50 A 0 2C 2C 4A 1D 2C
Octal 201 220 120 12 0 54 54 112 35 54
Binary 10000001 10010000 1010000 1010 0 101100 101100 1001010 11101 101100

Color Harmonies of #819050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819050

Black with #819050

Text Example


Text Example

White with #819050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819050; }

 p { color: rgb(129,144,80); }

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

background-color css

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

 a { background-color: rgb(129,144,80); }

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

border-color css

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

 span { border-color: rgb(129,144,80); }

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