#10491B

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

Shades of Deep Fir #10491B

Tints of Deep Fir #10491B

Color information

#10491B (or 0x10491B) is unknown color: approx Deep Fir. HEX triplet: 10, 49 and 1B. RGB value is (16,73,27). Sum of RGB (Red+Green+Blue) = 16+73+27=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 73 (28.91% from 255 or 62.93% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 73 - color contains mainly: green. Hex color #10491B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10491B is #EFB6E4. Grayscale: #323232. Windows color (decimal): -15709925 or 1788176. OLE color: 1788176.

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

Color convert

RGB167327-
CMYK0.7800.630.71
HSL131.58º64.04%17.45%-
HSV(B)131.58º78.08%28.63%-
XYZ2.794.951.85-
YUV50.71114.62103.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 73 (28.91% from 255) = 62.93%
BLUE value IS 27 (10.94% from 255) = 23.28%
R=13.79%
G=62.93%
B=23.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1673270.7800.630.71131.5864.0417.45
Hex10491B4E03F47844011
Octal201113311607710720410021
Binary1000010010011101110011100111111100011110000100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10491B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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