Html Css Color HEX #819732 Wasabi

📋 copy color: '#819732'

red 129 ◦ green 151 ◦ blue 50

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

Shades of Wasabi #819732

Tints of Wasabi #819732

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.76%

 BLUE value IS 50 (19.92% from 255) = 15.15%

R = 39.09%
G = 45.76%
B = 15.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#819732 (or 0x819732) is known color: Wasabi. HEX triplet: 81, 97 and 32. RGB value is (129,151,50). Sum of RGB (Red+Green+Blue) = 129+151+50=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 151 (59.38% from 255 or 45.76% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 151 - color contains mainly: green. Hex color #819732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819732 is #7E68CD. Grayscale: #858585. Windows color (decimal): -8284366 or 3315585. OLE color: 3315585.

HSL color Cylindrical-coordinate representation of color #819732: hue angle of 73.07º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #819732 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 151 50 -
CMYK 0.15 0 0.67 0.41
HSL 73.07º 0.5% 0.39% -
HSV(B) 73.07º 0.67% 0.59% -
XYZ 20.7 27.03 7.14 -
YUV 132.91 81.21 125.21 -
System Red Green Blue C M Y K H S L
Decimal 129 151 50 0.15 0 0.67 0.41 73.07 0.5 0.39
Hex 81 97 32 F 0 43 29 49 32 27
Octal 201 227 62 17 0 103 51 111 62 47
Binary 10000001 10010111 110010 1111 0 1000011 101001 1001001 110010 100111

Color Harmonies of #819732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819732

Black with #819732

Text Example


Text Example

White with #819732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819732; }

 p { color: rgb(129,151,50); }

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

background-color css

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

 a { background-color: rgb(129,151,50); }

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

border-color css

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

 span { border-color: rgb(129,151,50); }

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