#114921

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

Shades of Deep Fir #114921

Tints of Deep Fir #114921

Color information

#114921 (or 0x114921) is unknown color: approx Deep Fir. HEX triplet: 11, 49 and 21. RGB value is (17,73,33). Sum of RGB (Red+Green+Blue) = 17+73+33=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #114921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114921 is #EEB6DE. Grayscale: #333333. Windows color (decimal): -15644383 or 2181393. OLE color: 2181393.

HSL color Cylindrical-coordinate representation of color #114921: hue angle of 137.14º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114921 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB177333-
CMYK0.7700.550.71
HSL137.14º62.22%17.65%-
HSV(B)137.14º76.71%28.63%-
XYZ2.894.992.25-
YUV51.7117.45103.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 73 (28.91% from 255) = 59.35%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=13.82%
G=59.35%
B=26.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773330.7700.550.71137.1462.2217.65
Hex1149214D03747893e12
Octal21111411150671072117622
Binary1000110010011000011001101011011110001111000100111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114921; }

 p { color: rgb(17,73,33); }

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

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

 a { background-color: rgb(17,73,33); }

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

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

 span { border-color: rgb(17,73,33); }

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