#16431D

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

Shades of Deep Fir #16431D

Tints of Deep Fir #16431D

Color information

#16431D (or 0x16431D) is unknown color: approx Deep Fir. HEX triplet: 16, 43 and 1D. RGB value is (22,67,29). Sum of RGB (Red+Green+Blue) = 22+67+29=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #16431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16431D is #E9BCE2. Grayscale: #313131. Windows color (decimal): -15318243 or 1917718. OLE color: 1917718.

HSL color Cylindrical-coordinate representation of color #16431D: hue angle of 129.33º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #16431D is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB226729-
CMYK0.6700.570.74
HSL129.33º50.56%17.45%-
HSV(B)129.33º67.16%26.27%-
XYZ2.564.271.85-
YUV49.21116.59108.59-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.64%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=18.64%
G=56.78%
B=24.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2267290.6700.570.74129.3350.5617.45
Hex16431D430394A813311
Octal26103351030711122016321
Binary101101000011111011000011011100110010101000000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,67,29); }

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

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

 a { background-color: rgb(22,67,29); }

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

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

 span { border-color: rgb(22,67,29); }

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