#16381E

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

Shades of Deep Fir #16381E

Tints of Deep Fir #16381E

Color information

#16381E (or 0x16381E) is unknown color: approx Deep Fir. HEX triplet: 16, 38 and 1E. RGB value is (22,56,30). Sum of RGB (Red+Green+Blue) = 22+56+30=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 56 (22.27% from 255 or 51.85% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 56 - color contains mainly: green. Hex color #16381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16381E is #E9C7E1. Grayscale: #2A2A2A. Windows color (decimal): -15321058 or 1980438. OLE color: 1980438.

HSL color Cylindrical-coordinate representation of color #16381E: hue angle of 134.12º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #16381E is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB225630-
CMYK0.6100.460.78
HSL134.12º43.59%15.29%-
HSV(B)134.12º60.71%21.96%-
XYZ1.983.091.72-
YUV42.87120.74113.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.37%
GREEN value IS 56 (22.27% from 255) = 51.85%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=20.37%
G=51.85%
B=27.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2256300.6100.460.78134.1243.5915.29
Hex16381E3D02E4E862cf
Octal267036750561162065417
Binary101101110001111011110101011101001110100001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16381E; }

 p { color: rgb(22,56,30); }

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

<style>
 a { background-color: #16381E; }

 a { background-color: rgb(22,56,30); }

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

<style>
 span { border-color: #16381E; }

 span { border-color: rgb(22,56,30); }

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