#184626

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

Shades of Deep Fir #184626

Tints of Deep Fir #184626

Color information

#184626 (or 0x184626) is unknown color: approx Deep Fir. HEX triplet: 18, 46 and 26. RGB value is (24,70,38). Sum of RGB (Red+Green+Blue) = 24+70+38=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #184626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184626 is #E7B9D9. Grayscale: #343434. Windows color (decimal): -15186394 or 2508312. OLE color: 2508312.

HSL color Cylindrical-coordinate representation of color #184626: hue angle of 138.26º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #184626 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB247038-
CMYK0.6600.460.73
HSL138.26º48.94%18.43%-
HSV(B)138.26º65.71%27.45%-
XYZ2.924.712.59-
YUV52.6119.76107.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.18%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=18.18%
G=53.03%
B=28.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2470380.6600.460.73138.2648.9418.43
Hex1846264202E498a3112
Octal30106461020561112126122
Binary1100010001101001101000010010111010010011000101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184626; }

 p { color: rgb(24,70,38); }

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

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

 a { background-color: rgb(24,70,38); }

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

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

 span { border-color: rgb(24,70,38); }

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