#919634

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

Shades of Wasabi #919634

Tints of Wasabi #919634

Color information

#919634 (or 0x919634) is unknown color: approx Wasabi. HEX triplet: 91, 96 and 34. RGB value is (145,150,52). Sum of RGB (Red+Green+Blue) = 145+150+52=347 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.79% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #919634 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919634 is #6E69CB. Grayscale: #898989. Windows color (decimal): -7236044 or 3446417. OLE color: 3446417.

HSL color Cylindrical-coordinate representation of color #919634: hue angle of 63.06º 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 #919634 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB14515052-
CMYK0.0300.650.41
HSL63.06º48.51%39.61%-
HSV(B)63.06º65.33%58.82%-
XYZ23.228.087.45-
YUV137.3379.84133.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.79%
GREEN value IS 150 (58.98% from 255) = 43.23%
BLUE value IS 52 (20.70% from 255) = 14.99%
R=41.79%
G=43.23%
B=14.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal145150520.0300.650.4163.0648.5139.61
Hex9196343041293f3128
Octal221226643010151776150
Binary10010001100101101101001101000001101001111111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919634; }

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

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

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

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

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

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

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

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