#114321

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

Shades of Deep Fir #114321

Tints of Deep Fir #114321

Color information

#114321 (or 0x114321) is unknown color: approx Deep Fir. HEX triplet: 11, 43 and 21. RGB value is (17,67,33). Sum of RGB (Red+Green+Blue) = 17+67+33=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #114321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114321 is #EEBCDE. Grayscale: #303030. Windows color (decimal): -15645919 or 2179857. OLE color: 2179857.

HSL color Cylindrical-coordinate representation of color #114321: hue angle of 139.2º 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 #114321 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB176733-
CMYK0.7500.510.74
HSL139.2º59.52%16.47%-
HSV(B)139.2º74.63%26.27%-
XYZ2.514.242.13-
YUV48.17119.44105.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.53%
GREEN value IS 67 (26.56% from 255) = 57.26%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=14.53%
G=57.26%
B=28.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767330.7500.510.74139.259.5216.47
Hex1143214B0334A8b3c10
Octal21103411130631122137420
Binary1000110000111000011001011011001110010101000101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114321; }

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

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

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

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

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

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

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

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