#184422

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

Shades of Deep Fir #184422

Tints of Deep Fir #184422

Color information

#184422 (or 0x184422) is unknown color: approx Deep Fir. HEX triplet: 18, 44 and 22. RGB value is (24,68,34). Sum of RGB (Red+Green+Blue) = 24+68+34=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #184422 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184422 is #E7BBDD. Grayscale: #333333. Windows color (decimal): -15186910 or 2245656. OLE color: 2245656.

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

Color convert

RGB246834-
CMYK0.6500.500.73
HSL133.64º47.83%18.04%-
HSV(B)133.64º64.71%26.67%-
XYZ2.734.442.23-
YUV50.97118.42108.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 68 (26.95% from 255) = 53.97%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=19.05%
G=53.97%
B=26.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468340.6500.500.73133.6447.8318.04
Hex1844224103249863012
Octal30104421010621112066022
Binary1100010001001000101000001011001010010011000011011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184422; }

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

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

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

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

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

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

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

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