#184020

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

Shades of Deep Fir #184020

Tints of Deep Fir #184020

Color information

#184020 (or 0x184020) is unknown color: approx Deep Fir. HEX triplet: 18, 40 and 20. RGB value is (24,64,32). Sum of RGB (Red+Green+Blue) = 24+64+32=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #184020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184020 is #E7BFDF. Grayscale: #303030. Windows color (decimal): -15187936 or 2113560. OLE color: 2113560.

HSL color Cylindrical-coordinate representation of color #184020: hue angle of 132º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #184020 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB246432-
CMYK0.6200.500.75
HSL132º45.45%17.25%-
HSV(B)132º62.5%25.1%-
XYZ2.473.972-
YUV48.39118.75110.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 32 (12.89% from 255) = 26.67%
R=20%
G=53.33%
B=26.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2464320.6200.500.7513245.4517.25
Hex1840203E0324B842d11
Octal3010040760621132045521
Binary110001000000100000111110011001010010111000010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184020; }

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

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

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

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

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

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

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

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