#18361E

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

Shades of Deep Fir #18361E

Tints of Deep Fir #18361E

Color information

#18361E (or 0x18361E) is unknown color: approx Deep Fir. HEX triplet: 18, 36 and 1E. RGB value is (24,54,30). Sum of RGB (Red+Green+Blue) = 24+54+30=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #18361E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18361E is #E7C9E1. Grayscale: #2A2A2A. Windows color (decimal): -15190498 or 1979928. OLE color: 1979928.

HSL color Cylindrical-coordinate representation of color #18361E: hue angle of 132º 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 #18361E is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.79.

Color convert

RGB245430-
CMYK0.5600.440.79
HSL132º38.46%15.29%-
HSV(B)132º55.56%21.18%-
XYZ1.932.931.69-
YUV42.29121.06114.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 54 (21.48% from 255) = 50%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=22.22%
G=50%
B=27.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2454300.5600.440.7913238.4615.29
Hex18361E3802C4F8426f
Octal306636700541172044617
Binary110001101101111011100001011001001111100001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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