#184320

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

Shades of Deep Fir #184320

Tints of Deep Fir #184320

Color information

#184320 (or 0x184320) is unknown color: approx Deep Fir. HEX triplet: 18, 43 and 20. RGB value is (24,67,32). Sum of RGB (Red+Green+Blue) = 24+67+32=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #184320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184320 is #E7BCDF. Grayscale: #323232. Windows color (decimal): -15187168 or 2114328. OLE color: 2114328.

HSL color Cylindrical-coordinate representation of color #184320: hue angle of 131.16º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #184320 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.

Color convert

RGB246732-
CMYK0.6400.520.74
HSL131.16º47.25%17.84%-
HSV(B)131.16º64.18%26.27%-
XYZ2.644.312.06-
YUV50.15117.75109.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 67 (26.56% from 255) = 54.47%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=19.51%
G=54.47%
B=26.02%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2467320.6400.520.74131.1647.2517.84
Hex184320400344A832f12
Octal30103401000641122035722
Binary1100010000111000001000000011010010010101000001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184320; }

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

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

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

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

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

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

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

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