Html Css Color HEX #818B44 Wasabi

📋 copy color: '#818B44'

red 129 ◦ green 139 ◦ blue 68

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

Shades of Wasabi #818B44

Tints of Wasabi #818B44

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.37%

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 38.39%
G = 41.37%
B = 20.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#818B44 (or 0x818B44) is known color: Wasabi. HEX triplet: 81, 8B and 44. RGB value is (129,139,68). Sum of RGB (Red+Green+Blue) = 129+139+68=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 139 - color contains mainly: green. Hex color #818B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818B44 is #7E74BB. Grayscale: #808080. Windows color (decimal): -8287420 or 4492161. OLE color: 4492161.

HSL color Cylindrical-coordinate representation of color #818B44: hue angle of 68.45º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #818B44 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 139 68 -
CMYK 0.07 0 0.51 0.45
HSL 68.45º 0.34% 0.41% -
HSV(B) 68.45º 0.51% 0.55% -
XYZ 19.33 23.55 9 -
YUV 127.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 129 139 68 0.07 0 0.51 0.45 68.45 0.34 0.41
Hex 81 8B 44 7 0 33 2D 44 22 29
Octal 201 213 104 7 0 63 55 104 42 51
Binary 10000001 10001011 1000100 111 0 110011 101101 1000100 100010 101001

Color Harmonies of #818B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818B44

Black with #818B44

Text Example


Text Example

White with #818B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,139,68); }

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

background-color css

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

 a { background-color: rgb(129,139,68); }

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

border-color css

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

 span { border-color: rgb(129,139,68); }

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