#16421F

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

Shades of Deep Fir #16421F

Tints of Deep Fir #16421F

Color information

#16421F (or 0x16421F) is unknown color: approx Deep Fir. HEX triplet: 16, 42 and 1F. RGB value is (22,66,31). Sum of RGB (Red+Green+Blue) = 22+66+31=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #16421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16421F is #E9BDE0. Grayscale: #303030. Windows color (decimal): -15318497 or 2048534. OLE color: 2048534.

HSL color Cylindrical-coordinate representation of color #16421F: hue angle of 132.27º degrees, saturation: 0.5, 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 #16421F is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB226631-
CMYK0.6700.530.74
HSL132.27º50%17.25%-
HSV(B)132.27º66.67%25.88%-
XYZ2.534.171.97-
YUV48.85117.92108.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.49%
GREEN value IS 66 (26.17% from 255) = 55.46%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=18.49%
G=55.46%
B=26.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2266310.6700.530.74132.275017.25
Hex16421F430354A843211
Octal26102371030651122046221
Binary101101000010111111000011011010110010101000010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16421F; }

 p { color: rgb(22,66,31); }

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

<style>
 a { background-color: #16421F; }

 a { background-color: rgb(22,66,31); }

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

<style>
 span { border-color: #16421F; }

 span { border-color: rgb(22,66,31); }

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