#1C3624

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

Shades of Deep Fir #1C3624

Tints of Deep Fir #1C3624

Color information

#1C3624 (or 0x1C3624) is unknown color: approx Deep Fir. HEX triplet: 1C, 36 and 24. RGB value is (28,54,36). Sum of RGB (Red+Green+Blue) = 28+54+36=118 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.73% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #1C3624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3624 is #E3C9DB. Grayscale: #2C2C2C. Windows color (decimal): -14928348 or 2373148. OLE color: 2373148.

HSL color Cylindrical-coordinate representation of color #1C3624: hue angle of 138.46º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1C3624 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.79.

Color convert

RGB285436-
CMYK0.4800.330.79
HSL138.46º31.71%16.08%-
HSV(B)138.46º48.15%21.18%-
XYZ2.123.012.14-
YUV44.17123.39116.46-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.73%
GREEN value IS 54 (21.48% from 255) = 45.76%
BLUE value IS 36 (14.45% from 255) = 30.51%
R=23.73%
G=45.76%
B=30.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2854360.4800.330.79138.4631.7116.08
Hex1C3624300214F8a2010
Octal346644600411172124020
Binary11100110110100100110000010000110011111000101010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C3624; }

 p { color: rgb(28,54,36); }

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

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

 a { background-color: rgb(28,54,36); }

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

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

 span { border-color: rgb(28,54,36); }

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