#114323

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

Shades of Deep Fir #114323

Tints of Deep Fir #114323

Color information

#114323 (or 0x114323) is unknown color: approx Deep Fir. HEX triplet: 11, 43 and 23. RGB value is (17,67,35). Sum of RGB (Red+Green+Blue) = 17+67+35=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #114323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114323 is #EEBCDC. Grayscale: #303030. Windows color (decimal): -15645917 or 2310929. OLE color: 2310929.

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

Color convert

RGB176735-
CMYK0.7500.480.74
HSL141.6º59.52%16.47%-
HSV(B)141.6º74.63%26.27%-
XYZ2.544.252.28-
YUV48.4120.44105.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.29%
GREEN value IS 67 (26.56% from 255) = 56.30%
BLUE value IS 35 (14.06% from 255) = 29.41%
R=14.29%
G=56.30%
B=29.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767350.7500.480.74141.659.5216.47
Hex1143234B0304A8e3c10
Octal21103431130601122167420
Binary1000110000111000111001011011000010010101000111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114323; }

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

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

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

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

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

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

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

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