#184122

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

Shades of Deep Fir #184122

Tints of Deep Fir #184122

Color information

#184122 (or 0x184122) is unknown color: approx Deep Fir. HEX triplet: 18, 41 and 22. RGB value is (24,65,34). Sum of RGB (Red+Green+Blue) = 24+65+34=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #184122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184122 is #E7BEDD. Grayscale: #313131. Windows color (decimal): -15187678 or 2244888. OLE color: 2244888.

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

Color convert

RGB246534-
CMYK0.6300.480.75
HSL134.63º46.07%17.45%-
HSV(B)134.63º63.08%25.49%-
XYZ2.564.092.17-
YUV49.21119.42110.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 65 (25.78% from 255) = 52.85%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=19.51%
G=52.85%
B=27.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2465340.6300.480.75134.6346.0717.45
Hex1841223F0304B872e11
Octal3010142770601132075621
Binary110001000001100010111111011000010010111000011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184122; }

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

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

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

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

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

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

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

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