Html Css Color HEX #819148 Wasabi

📋 copy color: '#819148'

red 129 ◦ green 145 ◦ blue 72

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

Shades of Wasabi #819148

Tints of Wasabi #819148

RGB

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

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

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

R = 37.28%
G = 41.91%
B = 20.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#819148 (or 0x819148) is known color: Wasabi. HEX triplet: 81, 91 and 48. RGB value is (129,145,72). Sum of RGB (Red+Green+Blue) = 129+145+72=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 145 - color contains mainly: green. Hex color #819148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819148 is #7E6EB7. Grayscale: #848484. Windows color (decimal): -8285880 or 4755841. OLE color: 4755841.

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

Color convert

RGB 129 145 72 -
CMYK 0.11 0 0.50 0.43
HSL 73.15º 0.34% 0.43% -
HSV(B) 73.15º 0.5% 0.57% -
XYZ 20.35 25.39 9.96 -
YUV 131.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 129 145 72 0.11 0 0.50 0.43 73.15 0.34 0.43
Hex 81 91 48 B 0 32 2B 49 22 2B
Octal 201 221 110 13 0 62 53 111 42 53
Binary 10000001 10010001 1001000 1011 0 110010 101011 1001001 100010 101011

Color Harmonies of #819148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819148

Black with #819148

Text Example


Text Example

White with #819148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819148; }

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

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

background-color css

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

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

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

border-color css

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

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

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