#184021

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

Shades of Deep Fir #184021

Tints of Deep Fir #184021

Color information

#184021 (or 0x184021) is unknown color: approx Deep Fir. HEX triplet: 18, 40 and 21. RGB value is (24,64,33). Sum of RGB (Red+Green+Blue) = 24+64+33=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 64 (25.39% from 255 or 52.89% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 64 - color contains mainly: green. Hex color #184021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184021 is #E7BFDE. Grayscale: #303030. Windows color (decimal): -15187935 or 2179096. OLE color: 2179096.

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

Color convert

RGB246433-
CMYK0.6200.480.75
HSL133.5º45.45%17.25%-
HSV(B)133.5º62.5%25.1%-
XYZ2.483.972.07-
YUV48.51119.25110.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 64 (25.39% from 255) = 52.89%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=19.83%
G=52.89%
B=27.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2464330.6200.480.75133.545.4517.25
Hex1840213E0304B862d11
Octal3010041760601132065521
Binary110001000000100001111110011000010010111000011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184021; }

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

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

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

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

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

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

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

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