Html Css Color HEX #819540 Wasabi

📋 copy color: '#819540'

red 129 ◦ green 149 ◦ blue 64

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

Shades of Wasabi #819540

Tints of Wasabi #819540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.57%

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

R = 37.72%
G = 43.57%
B = 18.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#819540 (or 0x819540) is known color: Wasabi. HEX triplet: 81, 95 and 40. RGB value is (129,149,64). Sum of RGB (Red+Green+Blue) = 129+149+64=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #819540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819540 is #7E6ABF. Grayscale: #858585. Windows color (decimal): -8284864 or 4232577. OLE color: 4232577.

HSL color Cylindrical-coordinate representation of color #819540: hue angle of 74.12º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #819540 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 149 64 -
CMYK 0.13 0 0.57 0.42
HSL 74.12º 0.4% 0.42% -
HSV(B) 74.12º 0.57% 0.58% -
XYZ 20.73 26.53 8.88 -
YUV 133.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 129 149 64 0.13 0 0.57 0.42 74.12 0.4 0.42
Hex 81 95 40 D 0 39 2A 4A 28 2A
Octal 201 225 100 15 0 71 52 112 50 52
Binary 10000001 10010101 1000000 1101 0 111001 101010 1001010 101000 101010

Color Harmonies of #819540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819540

Black with #819540

Text Example


Text Example

White with #819540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819540; }

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

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

background-color css

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

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

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

border-color css

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

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

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