Html Css Color HEX #819141 Wasabi

📋 copy color: '#819141'

red 129 ◦ green 145 ◦ blue 65

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

Shades of Wasabi #819141

Tints of Wasabi #819141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.77%

 BLUE value IS 65 (25.78% from 255) = 19.17%

R = 38.05%
G = 42.77%
B = 19.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#819141 (or 0x819141) is known color: Wasabi. HEX triplet: 81, 91 and 41. RGB value is (129,145,65). Sum of RGB (Red+Green+Blue) = 129+145+65=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #819141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819141 is #7E6EBE. Grayscale: #838383. Windows color (decimal): -8285887 or 4297089. OLE color: 4297089.

HSL color Cylindrical-coordinate representation of color #819141: hue angle of 72º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #819141 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 145 65 -
CMYK 0.11 0 0.55 0.43
HSL 72º 0.38% 0.41% -
HSV(B) 72º 0.55% 0.57% -
XYZ 20.13 25.3 8.82 -
YUV 131.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 129 145 65 0.11 0 0.55 0.43 72 0.38 0.41
Hex 81 91 41 B 0 37 2B 48 26 29
Octal 201 221 101 13 0 67 53 110 46 51
Binary 10000001 10010001 1000001 1011 0 110111 101011 1001000 100110 101001

Color Harmonies of #819141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819141

Black with #819141

Text Example


Text Example

White with #819141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819141; }

 p { color: rgb(129,145,65); }

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

background-color css

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

 a { background-color: rgb(129,145,65); }

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

border-color css

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

 span { border-color: rgb(129,145,65); }

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