#114423

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

Shades of Deep Fir #114423

Tints of Deep Fir #114423

Color information

#114423 (or 0x114423) is unknown color: approx Deep Fir. HEX triplet: 11, 44 and 23. RGB value is (17,68,35). Sum of RGB (Red+Green+Blue) = 17+68+35=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #114423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114423 is #EEBBDC. Grayscale: #313131. Windows color (decimal): -15645661 or 2311185. OLE color: 2311185.

HSL color Cylindrical-coordinate representation of color #114423: hue angle of 141.18º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114423 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB176835-
CMYK0.7500.490.73
HSL141.18º60%16.67%-
HSV(B)141.18º75%26.67%-
XYZ2.64.372.3-
YUV48.99120.1105.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 68 (26.95% from 255) = 56.67%
BLUE value IS 35 (14.06% from 255) = 29.17%
R=14.17%
G=56.67%
B=29.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1768350.7500.490.73141.186016.67
Hex1144234B031498d3c11
Octal21104431130611112157421
Binary1000110001001000111001011011000110010011000110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114423; }

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

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

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

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

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

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

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

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