Html Css Color HEX #818342 Wasabi

📋 copy color: '#818342'

red 129 ◦ green 131 ◦ blue 66

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

Shades of Wasabi #818342

Tints of Wasabi #818342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.18%

 BLUE value IS 66 (26.17% from 255) = 20.25%

R = 39.57%
G = 40.18%
B = 20.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#818342 (or 0x818342) is known color: Wasabi. HEX triplet: 81, 83 and 42. RGB value is (129,131,66). Sum of RGB (Red+Green+Blue) = 129+131+66=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 131 - color contains mainly: green. Hex color #818342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818342 is #7E7CBD. Grayscale: #7B7B7B. Windows color (decimal): -8289470 or 4359041. OLE color: 4359041.

HSL color Cylindrical-coordinate representation of color #818342: hue angle of 61.85º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #818342 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 131 66 -
CMYK 0.02 0 0.50 0.49
HSL 61.85º 0.33% 0.39% -
HSV(B) 61.85º 0.5% 0.51% -
XYZ 18.15 21.29 8.31 -
YUV 122.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 129 131 66 0.02 0 0.50 0.49 61.85 0.33 0.39
Hex 81 83 42 2 0 32 31 3E 21 27
Octal 201 203 102 2 0 62 61 76 41 47
Binary 10000001 10000011 1000010 10 0 110010 110001 111110 100001 100111

Color Harmonies of #818342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818342

Black with #818342

Text Example


Text Example

White with #818342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818342; }

 p { color: rgb(129,131,66); }

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

background-color css

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

 a { background-color: rgb(129,131,66); }

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

border-color css

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

 span { border-color: rgb(129,131,66); }

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