Html Css Color HEX #819040 Wasabi

📋 copy color: '#819040'

red 129 ◦ green 144 ◦ blue 64

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

Shades of Wasabi #819040

Tints of Wasabi #819040

RGB

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

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

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

R = 38.28%
G = 42.73%
B = 18.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#819040 (or 0x819040) is known color: Wasabi. HEX triplet: 81, 90 and 40. RGB value is (129,144,64). Sum of RGB (Red+Green+Blue) = 129+144+64=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #819040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819040 is #7E6FBF. Grayscale: #828282. Windows color (decimal): -8286144 or 4231297. OLE color: 4231297.

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

Color convert

RGB 129 144 64 -
CMYK 0.10 0 0.56 0.44
HSL 71.25º 0.38% 0.41% -
HSV(B) 71.25º 0.56% 0.56% -
XYZ 19.95 24.98 8.62 -
YUV 130.4 90.53 127 -
System Red Green Blue C M Y K H S L
Decimal 129 144 64 0.10 0 0.56 0.44 71.25 0.38 0.41
Hex 81 90 40 A 0 38 2C 47 26 29
Octal 201 220 100 12 0 70 54 107 46 51
Binary 10000001 10010000 1000000 1010 0 111000 101100 1000111 100110 101001

Color Harmonies of #819040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819040

Black with #819040

Text Example


Text Example

White with #819040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819040; }

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

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

background-color css

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

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

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

border-color css

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

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

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