#18361F

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

Shades of Deep Fir #18361F

Tints of Deep Fir #18361F

Color information

#18361F (or 0x18361F) is unknown color: approx Deep Fir. HEX triplet: 18, 36 and 1F. RGB value is (24,54,31). Sum of RGB (Red+Green+Blue) = 24+54+31=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #18361F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18361F is #E7C9E0. Grayscale: #2A2A2A. Windows color (decimal): -15190497 or 2045464. OLE color: 2045464.

HSL color Cylindrical-coordinate representation of color #18361F: hue angle of 134º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18361F is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.

Color convert

RGB245431-
CMYK0.5600.430.79
HSL134º38.46%15.29%-
HSV(B)134º55.56%21.18%-
XYZ1.942.931.76-
YUV42.41121.56114.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 54 (21.48% from 255) = 49.54%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=22.02%
G=49.54%
B=28.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2454310.5600.430.7913438.4615.29
Hex18361F3802B4F8626f
Octal306637700531172064617
Binary110001101101111111100001010111001111100001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18361F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,54,31); }

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

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

 a { background-color: rgb(24,54,31); }

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

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

 span { border-color: rgb(24,54,31); }

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