#124424

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

Shades of Deep Fir #124424

Tints of Deep Fir #124424

Color information

#124424 (or 0x124424) is unknown color: approx Deep Fir. HEX triplet: 12, 44 and 24. RGB value is (18,68,36). Sum of RGB (Red+Green+Blue) = 18+68+36=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #124424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124424 is #EDBBDB. Grayscale: #313131. Windows color (decimal): -15580124 or 2376722. OLE color: 2376722.

HSL color Cylindrical-coordinate representation of color #124424: hue angle of 141.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124424 is Cyan = 0.74, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB186836-
CMYK0.7400.470.73
HSL141.6º58.14%16.86%-
HSV(B)141.6º73.53%26.67%-
XYZ2.644.392.38-
YUV49.4120.44105.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 68 (26.95% from 255) = 55.74%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=14.75%
G=55.74%
B=29.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868360.7400.470.73141.658.1416.86
Hex1244244A02F498e3a11
Octal22104441120571112167221
Binary1001010001001001001001010010111110010011000111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124424; }

 p { color: rgb(18,68,36); }

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

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

 a { background-color: rgb(18,68,36); }

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

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

 span { border-color: rgb(18,68,36); }

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