#184420

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

Shades of Deep Fir #184420

Tints of Deep Fir #184420

Color information

#184420 (or 0x184420) is unknown color: approx Deep Fir. HEX triplet: 18, 44 and 20. RGB value is (24,68,32). Sum of RGB (Red+Green+Blue) = 24+68+32=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 68 (26.95% from 255 or 54.84% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 68 - color contains mainly: green. Hex color #184420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184420 is #E7BBDF. Grayscale: #323232. Windows color (decimal): -15186912 or 2114584. OLE color: 2114584.

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

Color convert

RGB246832-
CMYK0.6500.530.73
HSL130.91º47.83%18.04%-
HSV(B)130.91º64.71%26.67%-
XYZ2.74.432.08-
YUV50.74117.42108.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 68 (26.95% from 255) = 54.84%
BLUE value IS 32 (12.89% from 255) = 25.81%
R=19.35%
G=54.84%
B=25.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468320.6500.530.73130.9147.8318.04
Hex1844204103549833012
Octal30104401010651112036022
Binary1100010001001000001000001011010110010011000001111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184420; }

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

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

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

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

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

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

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

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