#1B3624

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

Shades of Deep Fir #1B3624

Tints of Deep Fir #1B3624

Color information

#1B3624 (or 0x1B3624) is unknown color: approx Deep Fir. HEX triplet: 1B, 36 and 24. RGB value is (27,54,36). Sum of RGB (Red+Green+Blue) = 27+54+36=117 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.08% from 117); Green value is 54 (21.48% from 255 or 46.15% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 54 - color contains mainly: green. Hex color #1B3624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3624 is #E4C9DB. Grayscale: #2B2B2B. Windows color (decimal): -14993884 or 2373147. OLE color: 2373147.

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

Color convert

RGB275436-
CMYK0.500.330.79
HSL140º33.33%15.88%-
HSV(B)140º50%21.18%-
XYZ2.0932.14-
YUV43.88123.55115.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.08%
GREEN value IS 54 (21.48% from 255) = 46.15%
BLUE value IS 36 (14.45% from 255) = 30.77%
R=23.08%
G=46.15%
B=30.77%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2754360.500.330.7914033.3315.88
Hex1B3624320214F8c2110
Octal336644620411172144120
Binary11011110110100100110010010000110011111000110010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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