#10491C

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

Shades of Deep Fir #10491C

Tints of Deep Fir #10491C

Color information

#10491C (or 0x10491C) is unknown color: approx Deep Fir. HEX triplet: 10, 49 and 1C. RGB value is (16,73,28). Sum of RGB (Red+Green+Blue) = 16+73+28=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 73 (28.91% from 255 or 62.39% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 73 - color contains mainly: green. Hex color #10491C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10491C is #EFB6E3. Grayscale: #323232. Windows color (decimal): -15709924 or 1853712. OLE color: 1853712.

HSL color Cylindrical-coordinate representation of color #10491C: hue angle of 132.63º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10491C is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB167328-
CMYK0.7800.620.71
HSL132.63º64.04%17.45%-
HSV(B)132.63º78.08%28.63%-
XYZ2.814.961.91-
YUV50.83115.12103.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 73 (28.91% from 255) = 62.39%
BLUE value IS 28 (11.33% from 255) = 23.93%
R=13.68%
G=62.39%
B=23.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1673280.7800.620.71132.6364.0417.45
Hex10491C4E03E47854011
Octal201113411607610720510021
Binary1000010010011110010011100111110100011110000101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10491C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10491C; }

 p { color: rgb(16,73,28); }

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

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

 a { background-color: rgb(16,73,28); }

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

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

 span { border-color: rgb(16,73,28); }

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