#10441E

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

Shades of Deep Fir #10441E

Tints of Deep Fir #10441E

Color information

#10441E (or 0x10441E) is unknown color: approx Deep Fir. HEX triplet: 10, 44 and 1E. RGB value is (16,68,30). Sum of RGB (Red+Green+Blue) = 16+68+30=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 68 (26.95% from 255 or 59.65% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 68 - color contains mainly: green. Hex color #10441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10441E is #EFBBE1. Grayscale: #303030. Windows color (decimal): -15711202 or 1983504. OLE color: 1983504.

HSL color Cylindrical-coordinate representation of color #10441E: hue angle of 136.15º 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 #10441E is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB166830-
CMYK0.7600.560.73
HSL136.15º61.9%16.47%-
HSV(B)136.15º76.47%26.67%-
XYZ2.524.341.93-
YUV48.12117.77105.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 14.04%
GREEN value IS 68 (26.95% from 255) = 59.65%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=14.04%
G=59.65%
B=26.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1668300.7600.560.73136.1561.916.47
Hex10441E4C03849883e10
Octal20104361140701112107620
Binary100001000100111101001100011100010010011000100011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10441E; }

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

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

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

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

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

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

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

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