#819230

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

Shades of Wasabi #819230

Tints of Wasabi #819230

Color information

#819230 (or 0x819230) is unknown color: approx Wasabi. HEX triplet: 81, 92 and 30. RGB value is (129,146,48). Sum of RGB (Red+Green+Blue) = 129+146+48=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #819230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819230 is #7E6DCF. Grayscale: #828282. Windows color (decimal): -8285648 or 3183233. OLE color: 3183233.

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

Color convert

RGB12914648-
CMYK0.1200.670.43
HSL70.41º50.52%38.04%-
HSV(B)70.41º67.12%57.25%-
XYZ19.8725.446.66-
YUV129.7481.87127.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 146 (57.42% from 255) = 45.20%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=39.94%
G=45.20%
B=14.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal129146480.1200.670.4370.4150.5238.04
Hex819230C0432B463326
Octal20122260140103531066346
Binary10000001100100101100001100010000111010111000110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819230; }

 p { color: rgb(129,146,48); }

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

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

 a { background-color: rgb(129,146,48); }

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

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

 span { border-color: rgb(129,146,48); }

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