#114C1C

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

Shades of Deep Fir #114C1C

Tints of Deep Fir #114C1C

Color information

#114C1C (or 0x114C1C) is unknown color: approx Deep Fir. HEX triplet: 11, 4C and 1C. RGB value is (17,76,28). Sum of RGB (Red+Green+Blue) = 17+76+28=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 76 (30.08% from 255 or 62.81% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 76 - color contains mainly: green. Hex color #114C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114C1C is #EEB3E3. Grayscale: #353535. Windows color (decimal): -15643620 or 1854481. OLE color: 1854481.

HSL color Cylindrical-coordinate representation of color #114C1C: hue angle of 131.19º degrees, saturation: 0.63, 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 #114C1C is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB177628-
CMYK0.7800.630.70
HSL131.19º63.44%18.24%-
HSV(B)131.19º77.63%29.8%-
XYZ3.035.371.98-
YUV52.89113.95102.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.05%
GREEN value IS 76 (30.08% from 255) = 62.81%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=14.05%
G=62.81%
B=23.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1776280.7800.630.70131.1963.4418.24
Hex114C1C4E03F46833f12
Octal21114341160771062037722
Binary100011001100111001001110011111110001101000001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,76,28); }

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

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

 a { background-color: rgb(17,76,28); }

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

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

 span { border-color: rgb(17,76,28); }

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