#0E4617

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

Shades of Deep Fir #0E4617

Tints of Deep Fir #0E4617

Color information

#0E4617 (or 0x0E4617) is unknown color: approx Deep Fir. HEX triplet: 0E, 46 and 17. RGB value is (14,70,23). Sum of RGB (Red+Green+Blue) = 14+70+23=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 70 (27.73% from 255 or 65.42% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 70 - color contains mainly: green. Hex color #0E4617 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E4617 is #F1B9E8. Grayscale: #303030. Windows color (decimal): -15841769 or 1525262. OLE color: 1525262.

HSL color Cylindrical-coordinate representation of color #0E4617: hue angle of 129.64º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E4617 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB147023-
CMYK0.8000.670.73
HSL129.64º66.67%16.47%-
HSV(B)129.64º80%27.45%-
XYZ2.534.541.55-
YUV47.9113.95103.82-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.08%
GREEN value IS 70 (27.73% from 255) = 65.42%
BLUE value IS 23 (9.38% from 255) = 21.50%
R=13.08%
G=65.42%
B=21.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1470230.8000.670.73129.6466.6716.47
HexE46175004349824310
Octal1610627120010311120210320
Binary1110100011010111101000001000011100100110000010100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E4617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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