#0E3617

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

Shades of Deep Fir #0E3617

Tints of Deep Fir #0E3617

Color information

#0E3617 (or 0x0E3617) is unknown color: approx Deep Fir. HEX triplet: 0E, 36 and 17. RGB value is (14,54,23). Sum of RGB (Red+Green+Blue) = 14+54+23=91 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.38% from 91); Green value is 54 (21.48% from 255 or 59.34% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 54 - color contains mainly: green. Hex color #0E3617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3617 is #F1C9E8. Grayscale: #262626. Windows color (decimal): -15845865 or 1521166. OLE color: 1521166.

HSL color Cylindrical-coordinate representation of color #0E3617: hue angle of 133.5º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E3617 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB145423-
CMYK0.7400.570.79
HSL133.5º58.82%13.33%-
HSV(B)133.5º74.07%21.18%-
XYZ1.652.791.26-
YUV38.51119.25110.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.38%
GREEN value IS 54 (21.48% from 255) = 59.34%
BLUE value IS 23 (9.38% from 255) = 25.27%
R=15.38%
G=59.34%
B=25.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1454230.7400.570.79133.558.8213.33
HexE36174A0394F863bd
Octal1666271120711172067315
Binary111011011010111100101001110011001111100001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E3617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E3617; }

 p { color: rgb(14,54,23); }

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

<style>
 a { background-color: #0E3617; }

 a { background-color: rgb(14,54,23); }

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

<style>
 span { border-color: #0E3617; }

 span { border-color: rgb(14,54,23); }

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