#114123

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

Shades of Deep Fir #114123

Tints of Deep Fir #114123

Color information

#114123 (or 0x114123) is unknown color: approx Deep Fir. HEX triplet: 11, 41 and 23. RGB value is (17,65,35). Sum of RGB (Red+Green+Blue) = 17+65+35=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #114123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114123 is #EEBEDC. Grayscale: #2F2F2F. Windows color (decimal): -15646429 or 2310417. OLE color: 2310417.

HSL color Cylindrical-coordinate representation of color #114123: hue angle of 142.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #114123 is Cyan = 0.74, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB176535-
CMYK0.7400.460.75
HSL142.5º58.54%16.08%-
HSV(B)142.5º73.85%25.49%-
XYZ2.424.022.24-
YUV47.23121.1106.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 65 (25.78% from 255) = 55.56%
BLUE value IS 35 (14.06% from 255) = 29.91%
R=14.53%
G=55.56%
B=29.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1765350.7400.460.75142.558.5416.08
Hex1141234A02E4B8e3b10
Octal21101431120561132167320
Binary1000110000011000111001010010111010010111000111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114123; }

 p { color: rgb(17,65,35); }

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

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

 a { background-color: rgb(17,65,35); }

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

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

 span { border-color: rgb(17,65,35); }

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