#114324

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

Shades of Deep Fir #114324

Tints of Deep Fir #114324

Color information

#114324 (or 0x114324) is unknown color: approx Deep Fir. HEX triplet: 11, 43 and 24. RGB value is (17,67,36). Sum of RGB (Red+Green+Blue) = 17+67+36=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #114324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114324 is #EEBCDB. Grayscale: #303030. Windows color (decimal): -15645916 or 2376465. OLE color: 2376465.

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

Color convert

RGB176736-
CMYK0.7500.460.74
HSL142.8º59.52%16.47%-
HSV(B)142.8º74.63%26.27%-
XYZ2.564.262.36-
YUV48.52120.94105.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 67 (26.56% from 255) = 55.83%
BLUE value IS 36 (14.45% from 255) = 30%
R=14.17%
G=55.83%
B=30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1767360.7500.460.74142.859.5216.47
Hex1143244B02E4A8f3c10
Octal21103441130561122177420
Binary1000110000111001001001011010111010010101000111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114324; }

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

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

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

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

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

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

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

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