#819133

Color #819133 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #819133

Tints of Wasabi #819133

Color information

#819133 (or 0x819133) is unknown color: approx Wasabi. HEX triplet: 81, 91 and 33. RGB value is (129,145,51). Sum of RGB (Red+Green+Blue) = 129+145+51=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #819133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819133 is #7E6ECC. Grayscale: #818181. Windows color (decimal): -8285901 or 3379585. OLE color: 3379585.

HSL color Cylindrical-coordinate representation of color #819133: hue angle of 70.21º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #819133 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.43.

Color convert

RGB12914551-
CMYK0.1100.650.43
HSL70.21º47.96%38.43%-
HSV(B)70.21º64.83%56.86%-
XYZ19.7825.166.95-
YUV129.583.7127.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=39.69%
G=44.62%
B=15.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129145510.1100.650.4370.2147.9638.43
Hex819133B0412B463026
Octal20122163130101531066046
Binary10000001100100011100111011010000011010111000110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819133; }

 p { color: rgb(129,145,51); }

 H1.HeaderClassName
 {
   color: #819133;
 }
 .AnyTagClassName
 {
   color: #819133;
 }
</style>
background-color css

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

 a { background-color: rgb(129,145,51); }

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

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

 span { border-color: rgb(129,145,51); }

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