Html Css Color HEX #819534 Wasabi

📋 copy color: '#819534'

red 129 ◦ green 149 ◦ blue 52

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

Shades of Wasabi #819534

Tints of Wasabi #819534

RGB

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

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

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

R = 39.09%
G = 45.15%
B = 15.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#819534 (or 0x819534) is known color: Wasabi. HEX triplet: 81, 95 and 34. RGB value is (129,149,52). Sum of RGB (Red+Green+Blue) = 129+149+52=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #819534 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819534 is #7E6ACB. Grayscale: #848484. Windows color (decimal): -8284876 or 3446145. OLE color: 3446145.

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

Color convert

RGB 129 149 52 -
CMYK 0.13 0 0.65 0.42
HSL 72.37º 0.48% 0.39% -
HSV(B) 72.37º 0.65% 0.58% -
XYZ 20.42 26.41 7.27 -
YUV 131.96 82.87 125.89 -
System Red Green Blue C M Y K H S L
Decimal 129 149 52 0.13 0 0.65 0.42 72.37 0.48 0.39
Hex 81 95 34 D 0 41 2A 48 30 27
Octal 201 225 64 15 0 101 52 110 60 47
Binary 10000001 10010101 110100 1101 0 1000001 101010 1001000 110000 100111

Color Harmonies of #819534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819534

Black with #819534

Text Example


Text Example

White with #819534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819534; }

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

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

background-color css

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

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

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

border-color css

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

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

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