#809634

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

Shades of Wasabi #809634

Tints of Wasabi #809634

Color information

#809634 (or 0x809634) is unknown color: approx Wasabi. HEX triplet: 80, 96 and 34. RGB value is (128,150,52). Sum of RGB (Red+Green+Blue) = 128+150+52=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #809634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809634 is #7F69CB. Grayscale: #848484. Windows color (decimal): -8350156 or 3446400. OLE color: 3446400.

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

Color convert

RGB12815052-
CMYK0.1500.650.41
HSL73.47º48.51%39.61%-
HSV(B)73.47º65.33%58.82%-
XYZ20.4326.657.32-
YUV132.2582.71124.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.79%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 52 (20.70% from 255) = 15.76%
R=38.79%
G=45.45%
B=15.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128150520.1500.650.4173.4748.5139.61
Hex809634F04129493128
Octal20022664170101511116150
Binary10000000100101101101001111010000011010011001001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809634; }

 p { color: rgb(128,150,52); }

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

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

 a { background-color: rgb(128,150,52); }

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

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

 span { border-color: rgb(128,150,52); }

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