#163A1F

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

Shades of Deep Fir #163A1F

Tints of Deep Fir #163A1F

Color information

#163A1F (or 0x163A1F) is unknown color: approx Deep Fir. HEX triplet: 16, 3A and 1F. RGB value is (22,58,31). Sum of RGB (Red+Green+Blue) = 22+58+31=111 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.82% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #163A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163A1F is #E9C5E0. Grayscale: #2C2C2C. Windows color (decimal): -15320545 or 2046486. OLE color: 2046486.

HSL color Cylindrical-coordinate representation of color #163A1F: hue angle of 135º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #163A1F is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB225831-
CMYK0.6200.470.77
HSL135º45%15.69%-
HSV(B)135º62.07%22.75%-
XYZ2.093.31.82-
YUV44.16120.57112.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.82%
GREEN value IS 58 (23.05% from 255) = 52.25%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=19.82%
G=52.25%
B=27.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2258310.6200.470.771354515.69
Hex163A1F3E02F4D872d10
Octal267237760571152075520
Binary1011011101011111111110010111110011011000011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163A1F; }

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

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

<style>
 a { background-color: #163A1F; }

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

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

<style>
 span { border-color: #163A1F; }

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

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