Shades of Deep Fir #123619
Tints of Deep Fir #123619
RGB
CMYK
RGB Variations
Color information
#123619 (or 0x123619) is known color: Deep Fir. HEX triplet: 12, 36 and 19. RGB value is (18,54,25). Sum of RGB (Red+Green+Blue) = 18+54+25=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #123619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #123619 is #EDC9E6. Grayscale: #282828. Windows color (decimal): -15583719 or 1652242. OLE color: 1652242.
HSL color Cylindrical-coordinate representation of color #123619: hue angle of 131.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #123619 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 54 | 25 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.79 |
| HSL | 131.67º | 0.5% | 0.14% | - |
| HSV(B) | 131.67º | 0.67% | 0.21% | - |
| XYZ | 1.74 | 2.84 | 1.38 | - |
| YUV | 39.93 | 119.57 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 54 | 25 | 0.67 | 0 | 0.54 | 0.79 | 131.67 | 0.5 | 0.14 |
| Hex | 12 | 36 | 19 | 43 | 0 | 36 | 4F | 84 | 32 | E |
| Octal | 22 | 66 | 31 | 103 | 0 | 66 | 117 | 204 | 62 | 16 |
| Binary | 10010 | 110110 | 11001 | 1000011 | 0 | 110110 | 1001111 | 10000100 | 110010 | 1110 |
Color Harmonies of #123619
Complementary color
Monochromatic Colors of #123619
Black with #123619
Text Example
Text Example
White with #123619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123619; }
p { color: rgb(18,54,25); }
H1.HeaderClassName
{
color: #123619;
}
.AnyTagClassName
{
color: #123619;
}
</style>
background-color css
<style>
a { background-color: #123619; }
a { background-color: rgb(18,54,25); }
div.DivClassName
{
background-color: #123619;
}
.BgClassName
{
background-color: #123619;
}
</style>
border-color css
<style>
span { border-color: #123619; }
span { border-color: rgb(18,54,25); }
td.TdClassName
{
border-color: #123619;
}
.TagClassName
{
border-color: #123619;
}
</style>