#184124

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

Shades of Deep Fir #184124

Tints of Deep Fir #184124

Color information

#184124 (or 0x184124) is unknown color: approx Deep Fir. HEX triplet: 18, 41 and 24. RGB value is (24,65,36). Sum of RGB (Red+Green+Blue) = 24+65+36=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #184124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184124 is #E7BEDB. Grayscale: #313131. Windows color (decimal): -15187676 or 2375960. OLE color: 2375960.

HSL color Cylindrical-coordinate representation of color #184124: hue angle of 137.56º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #184124 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB246536-
CMYK0.6300.450.75
HSL137.56º46.07%17.45%-
HSV(B)137.56º63.08%25.49%-
XYZ2.594.12.32-
YUV49.44120.42109.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 65 (25.78% from 255) = 52%
BLUE value IS 36 (14.45% from 255) = 28.8%
R=19.2%
G=52%
B=28.8%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465360.6300.450.75137.5646.0717.45
Hex1841243F02D4B8a2e11
Octal3010144770551132125621
Binary110001000001100100111111010110110010111000101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184124; }

 p { color: rgb(24,65,36); }

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

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

 a { background-color: rgb(24,65,36); }

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

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

 span { border-color: rgb(24,65,36); }

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