#184428

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

Shades of Deep Fir #184428

Tints of Deep Fir #184428

Color information

#184428 (or 0x184428) is unknown color: approx Deep Fir. HEX triplet: 18, 44 and 28. RGB value is (24,68,40). Sum of RGB (Red+Green+Blue) = 24+68+40=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #184428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184428 is #E7BBD7. Grayscale: #333333. Windows color (decimal): -15186904 or 2638872. OLE color: 2638872.

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

Color convert

RGB246840-
CMYK0.6500.410.73
HSL141.82º47.83%18.04%-
HSV(B)141.82º64.71%26.67%-
XYZ2.834.482.72-
YUV51.65121.42108.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.18%
GREEN value IS 68 (26.95% from 255) = 51.52%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=18.18%
G=51.52%
B=30.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468400.6500.410.73141.8247.8318.04
Hex18442841029498e3012
Octal30104501010511112166022
Binary1100010001001010001000001010100110010011000111011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184428; }

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

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

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

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

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

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

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

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