#184528

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

Shades of Deep Fir #184528

Tints of Deep Fir #184528

Color information

#184528 (or 0x184528) is unknown color: approx Deep Fir. HEX triplet: 18, 45 and 28. RGB value is (24,69,40). Sum of RGB (Red+Green+Blue) = 24+69+40=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #184528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184528 is #E7BAD7. Grayscale: #343434. Windows color (decimal): -15186648 or 2639128. OLE color: 2639128.

HSL color Cylindrical-coordinate representation of color #184528: hue angle of 141.33º 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 #184528 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.73.

Color convert

RGB246940-
CMYK0.6500.420.73
HSL141.33º48.39%18.24%-
HSV(B)141.33º65.22%27.06%-
XYZ2.894.62.74-
YUV52.24121.09107.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 69 (27.34% from 255) = 51.88%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=18.05%
G=51.88%
B=30.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469400.6500.420.73141.3348.3918.24
Hex1845284102A498d3012
Octal30105501010521112156022
Binary1100010001011010001000001010101010010011000110111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184528; }

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

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

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

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

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

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

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

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