Html Css Color HEX #818D48 Wasabi

📋 copy color: '#818D48'

red 129 ◦ green 141 ◦ blue 72

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

Shades of Wasabi #818D48

Tints of Wasabi #818D48

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.23%

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

R = 37.72%
G = 41.23%
B = 21.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#818D48 (or 0x818D48) is known color: Wasabi. HEX triplet: 81, 8D and 48. RGB value is (129,141,72). Sum of RGB (Red+Green+Blue) = 129+141+72=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 141 - color contains mainly: green. Hex color #818D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818D48 is #7E72B7. Grayscale: #818181. Windows color (decimal): -8286904 or 4754817. OLE color: 4754817.

HSL color Cylindrical-coordinate representation of color #818D48: hue angle of 70.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #818D48 is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 141 72 -
CMYK 0.09 0 0.49 0.45
HSL 70.43º 0.32% 0.42% -
HSV(B) 70.43º 0.49% 0.55% -
XYZ 19.75 24.18 9.76 -
YUV 129.55 95.52 127.61 -
System Red Green Blue C M Y K H S L
Decimal 129 141 72 0.09 0 0.49 0.45 70.43 0.32 0.42
Hex 81 8D 48 9 0 31 2D 46 20 2A
Octal 201 215 110 11 0 61 55 106 40 52
Binary 10000001 10001101 1001000 1001 0 110001 101101 1000110 100000 101010

Color Harmonies of #818D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818D48

Black with #818D48

Text Example


Text Example

White with #818D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818D48; }

 p { color: rgb(129,141,72); }

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

background-color css

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

 a { background-color: rgb(129,141,72); }

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

border-color css

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

 span { border-color: rgb(129,141,72); }

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