Html Css Color HEX #818345 Wasabi

📋 copy color: '#818345'

red 129 ◦ green 131 ◦ blue 69

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

Shades of Wasabi #818345

Tints of Wasabi #818345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.97%

R = 39.21%
G = 39.82%
B = 20.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#818345 (or 0x818345) is known color: Wasabi. HEX triplet: 81, 83 and 45. RGB value is (129,131,69). Sum of RGB (Red+Green+Blue) = 129+131+69=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #818345 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818345 is #7E7CBA. Grayscale: #7B7B7B. Windows color (decimal): -8289467 or 4555649. OLE color: 4555649.

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

Color convert

RGB 129 131 69 -
CMYK 0.02 0 0.47 0.49
HSL 61.94º 0.31% 0.39% -
HSV(B) 61.94º 0.47% 0.51% -
XYZ 18.24 21.33 8.79 -
YUV 123.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 129 131 69 0.02 0 0.47 0.49 61.94 0.31 0.39
Hex 81 83 45 2 0 2F 31 3E 1F 27
Octal 201 203 105 2 0 57 61 76 37 47
Binary 10000001 10000011 1000101 10 0 101111 110001 111110 11111 100111

Color Harmonies of #818345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818345

Black with #818345

Text Example


Text Example

White with #818345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818345; }

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

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

background-color css

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

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

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

border-color css

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

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

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