#184522

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

Shades of Deep Fir #184522

Tints of Deep Fir #184522

Color information

#184522 (or 0x184522) is unknown color: approx Deep Fir. HEX triplet: 18, 45 and 22. RGB value is (24,69,34). Sum of RGB (Red+Green+Blue) = 24+69+34=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 69 (27.34% from 255 or 54.33% from 127); Blue value is 34 (13.67% from 255 or 26.77% from 127); Max value from RGB is 69 - color contains mainly: green. Hex color #184522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184522 is #E7BADD. Grayscale: #333333. Windows color (decimal): -15186654 or 2245912. OLE color: 2245912.

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

Color convert

RGB246934-
CMYK0.6500.510.73
HSL133.33º48.39%18.24%-
HSV(B)133.33º65.22%27.06%-
XYZ2.794.572.25-
YUV51.56118.09108.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.90%
GREEN value IS 69 (27.34% from 255) = 54.33%
BLUE value IS 34 (13.67% from 255) = 26.77%
R=18.90%
G=54.33%
B=26.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2469340.6500.510.73133.3348.3918.24
Hex1845224103349853012
Octal30105421010631112056022
Binary1100010001011000101000001011001110010011000010111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184522; }

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

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

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

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

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

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

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

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