#114D1D

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

Shades of Deep Fir #114D1D

Tints of Deep Fir #114D1D

Color information

#114D1D (or 0x114D1D) is unknown color: approx Deep Fir. HEX triplet: 11, 4D and 1D. RGB value is (17,77,29). Sum of RGB (Red+Green+Blue) = 17+77+29=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 77 (30.47% from 255 or 62.60% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 77 - color contains mainly: green. Hex color #114D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D1D is #EEB2E2. Grayscale: #353535. Windows color (decimal): -15643363 or 1920273. OLE color: 1920273.

HSL color Cylindrical-coordinate representation of color #114D1D: hue angle of 132º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114D1D is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB177729-
CMYK0.7800.620.70
HSL132º63.83%18.43%-
HSV(B)132º77.92%30.2%-
XYZ3.115.522.06-
YUV53.59114.12101.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.82%
GREEN value IS 77 (30.47% from 255) = 62.60%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=13.82%
G=62.60%
B=23.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1777290.7800.620.7013263.8318.43
Hex114D1D4E03E46844012
Octal211153511607610620410022
Binary1000110011011110110011100111110100011010000100100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114D1D; }

 p { color: rgb(17,77,29); }

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

<style>
 a { background-color: #114D1D; }

 a { background-color: rgb(17,77,29); }

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

<style>
 span { border-color: #114D1D; }

 span { border-color: rgb(17,77,29); }

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