#104421

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

Shades of Deep Fir #104421

Tints of Deep Fir #104421

Color information

#104421 (or 0x104421) is unknown color: approx Deep Fir. HEX triplet: 10, 44 and 21. RGB value is (16,68,33). Sum of RGB (Red+Green+Blue) = 16+68+33=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #104421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104421 is #EFBBDE. Grayscale: #303030. Windows color (decimal): -15711199 or 2180112. OLE color: 2180112.

HSL color Cylindrical-coordinate representation of color #104421: hue angle of 139.62º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104421 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB166833-
CMYK0.7600.510.73
HSL139.62º61.9%16.47%-
HSV(B)139.62º76.47%26.67%-
XYZ2.564.352.14-
YUV48.46119.27104.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 68 (26.95% from 255) = 58.12%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=13.68%
G=58.12%
B=28.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1668330.7600.510.73139.6261.916.47
Hex1044214C033498c3e10
Octal20104411140631112147620
Binary1000010001001000011001100011001110010011000110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104421; }

 p { color: rgb(16,68,33); }

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

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

 a { background-color: rgb(16,68,33); }

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

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

 span { border-color: rgb(16,68,33); }

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