#10491D

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

Shades of Deep Fir #10491D

Tints of Deep Fir #10491D

Color information

#10491D (or 0x10491D) is unknown color: approx Deep Fir. HEX triplet: 10, 49 and 1D. RGB value is (16,73,29). Sum of RGB (Red+Green+Blue) = 16+73+29=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 73 (28.91% from 255 or 61.86% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 73 - color contains mainly: green. Hex color #10491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10491D is #EFB6E2. Grayscale: #333333. Windows color (decimal): -15709923 or 1919248. OLE color: 1919248.

HSL color Cylindrical-coordinate representation of color #10491D: hue angle of 133.68º 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 #10491D is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB167329-
CMYK0.7800.600.71
HSL133.68º64.04%17.45%-
HSV(B)133.68º78.08%28.63%-
XYZ2.824.961.97-
YUV50.94115.62103.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.56%
GREEN value IS 73 (28.91% from 255) = 61.86%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=13.56%
G=61.86%
B=24.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1673290.7800.600.71133.6864.0417.45
Hex10491D4E03C47864011
Octal201113511607410720610021
Binary1000010010011110110011100111100100011110000110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10491D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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