#919C3F

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

Shades of Wasabi #919C3F

Tints of Wasabi #919C3F

Color information

#919C3F (or 0x919C3F) is unknown color: approx Wasabi. HEX triplet: 91, 9C and 3F. RGB value is (145,156,63). Sum of RGB (Red+Green+Blue) = 145+156+63=364 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.84% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #919C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919C3F is #6E63C0. Grayscale: #8E8E8E. Windows color (decimal): -7234497 or 4168849. OLE color: 4168849.

HSL color Cylindrical-coordinate representation of color #919C3F: hue angle of 67.1º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #919C3F is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB14515663-
CMYK0.0700.600.39
HSL67.1º42.47%42.94%-
HSV(B)67.1º59.62%61.18%-
XYZ24.4630.169.23-
YUV142.1183.36130.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.84%
GREEN value IS 156 (61.33% from 255) = 42.86%
BLUE value IS 63 (25% from 255) = 17.31%
R=39.84%
G=42.86%
B=17.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal145156630.0700.600.3967.142.4742.94
Hex919C3F703C27432a2b
Octal221234777074471035253
Binary100100011001110011111111101111001001111000011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,156,63); }

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

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

 a { background-color: rgb(145,156,63); }

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

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

 span { border-color: rgb(145,156,63); }

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