Html Css Color HEX #818434 Wasabi

📋 copy color: '#818434'

red 129 ◦ green 132 ◦ blue 52

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

Shades of Wasabi #818434

Tints of Wasabi #818434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.17%

 BLUE value IS 52 (20.7% from 255) = 16.61%

R = 41.21%
G = 42.17%
B = 16.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#818434 (or 0x818434) is known color: Wasabi. HEX triplet: 81, 84 and 34. RGB value is (129,132,52). Sum of RGB (Red+Green+Blue) = 129+132+52=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #818434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818434 is #7E7BCB. Grayscale: #7A7A7A. Windows color (decimal): -8289228 or 3441793. OLE color: 3441793.

HSL color Cylindrical-coordinate representation of color #818434: hue angle of 62.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #818434 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 132 52 -
CMYK 0.02 0 0.61 0.48
HSL 62.25º 0.43% 0.36% -
HSV(B) 62.25º 0.61% 0.52% -
XYZ 17.92 21.42 6.44 -
YUV 121.98 88.51 133 -
System Red Green Blue C M Y K H S L
Decimal 129 132 52 0.02 0 0.61 0.48 62.25 0.43 0.36
Hex 81 84 34 2 0 3D 30 3E 2B 24
Octal 201 204 64 2 0 75 60 76 53 44
Binary 10000001 10000100 110100 10 0 111101 110000 111110 101011 100100

Color Harmonies of #818434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818434

Black with #818434

Text Example


Text Example

White with #818434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818434; }

 p { color: rgb(129,132,52); }

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

background-color css

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

 a { background-color: rgb(129,132,52); }

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

border-color css

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

 span { border-color: rgb(129,132,52); }

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