#184128

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

Shades of Deep Fir #184128

Tints of Deep Fir #184128

Color information

#184128 (or 0x184128) is unknown color: approx Deep Fir. HEX triplet: 18, 41 and 28. RGB value is (24,65,40). Sum of RGB (Red+Green+Blue) = 24+65+40=129 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.60% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #184128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184128 is #E7BED7. Grayscale: #313131. Windows color (decimal): -15187672 or 2638104. OLE color: 2638104.

HSL color Cylindrical-coordinate representation of color #184128: hue angle of 143.41º 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 #184128 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB246540-
CMYK0.6300.380.75
HSL143.41º46.07%17.45%-
HSV(B)143.41º63.08%25.49%-
XYZ2.654.132.66-
YUV49.89122.42109.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.60%
GREEN value IS 65 (25.78% from 255) = 50.39%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=18.60%
G=50.39%
B=31.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465400.6300.380.75143.4146.0717.45
Hex1841283F0264B8f2e11
Octal3010150770461132175621
Binary110001000001101000111111010011010010111000111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184128; }

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

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

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

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

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

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

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

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