#1B4324

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

Shades of Deep Fir #1B4324

Tints of Deep Fir #1B4324

Color information

#1B4324 (or 0x1B4324) is unknown color: approx Deep Fir. HEX triplet: 1B, 43 and 24. RGB value is (27,67,36). Sum of RGB (Red+Green+Blue) = 27+67+36=130 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.77% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #1B4324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B4324 is #E4BCDB. Grayscale: #333333. Windows color (decimal): -14990556 or 2376475. OLE color: 2376475.

HSL color Cylindrical-coordinate representation of color #1B4324: hue angle of 133.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1B4324 is Cyan = 0.60, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.

Color convert

RGB276736-
CMYK0.6000.460.74
HSL133.5º42.55%18.43%-
HSV(B)133.5º59.7%26.27%-
XYZ2.784.372.37-
YUV51.51119.25110.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.77%
GREEN value IS 67 (26.56% from 255) = 51.54%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=20.77%
G=51.54%
B=27.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2767360.6000.460.74133.542.5518.43
Hex1B43243C02E4A862b12
Octal3310344740561122065322
Binary110111000011100100111100010111010010101000011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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