#919D44

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

Shades of Wasabi #919D44

Tints of Wasabi #919D44

Color information

#919D44 (or 0x919D44) is unknown color: approx Wasabi. HEX triplet: 91, 9D and 44. RGB value is (145,157,68). Sum of RGB (Red+Green+Blue) = 145+157+68=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #919D44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919D44 is #6E62BB. Grayscale: #8F8F8F. Windows color (decimal): -7234236 or 4496785. OLE color: 4496785.

HSL color Cylindrical-coordinate representation of color #919D44: hue angle of 68.09º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #919D44 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB14515768-
CMYK0.0800.570.38
HSL68.09º39.56%44.12%-
HSV(B)68.09º56.69%61.57%-
XYZ24.7830.5510.06-
YUV143.2785.52129.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.19%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 68 (26.95% from 255) = 18.38%
R=39.19%
G=42.43%
B=18.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145157680.0800.570.3868.0939.5644.12
Hex919D4480392644282c
Octal22123510410071461045054
Binary10010001100111011000100100001110011001101000100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919D44; }

 p { color: rgb(145,157,68); }

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

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

 a { background-color: rgb(145,157,68); }

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

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

 span { border-color: rgb(145,157,68); }

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