Shades of Cardin Green #183526
Tints of Cardin Green #183526
RGB
CMYK
RGB Variations
Color information
#183526 (or 0x183526) is known color: Cardin Green. HEX triplet: 18, 35 and 26. RGB value is (24,53,38). Sum of RGB (Red+Green+Blue) = 24+53+38=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #183526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183526 is #E7CAD9. Grayscale: #2A2A2A. Windows color (decimal): -15190746 or 2503960. OLE color: 2503960.
HSL color Cylindrical-coordinate representation of color #183526: hue angle of 148.97º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #183526 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 53 | 38 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.79 |
| HSL | 148.97º | 0.38% | 0.15% | - |
| HSV(B) | 148.97º | 0.55% | 0.21% | - |
| XYZ | 2 | 2.88 | 2.28 | - |
| YUV | 42.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 38 | 0.55 | 0 | 0.28 | 0.79 | 148.97 | 0.38 | 0.15 |
| Hex | 18 | 35 | 26 | 37 | 0 | 1C | 4F | 95 | 26 | F |
| Octal | 30 | 65 | 46 | 67 | 0 | 34 | 117 | 225 | 46 | 17 |
| Binary | 11000 | 110101 | 100110 | 110111 | 0 | 11100 | 1001111 | 10010101 | 100110 | 1111 |
Color Harmonies of #183526
Complementary color
Monochromatic Colors of #183526
Black with #183526
Text Example
Text Example
White with #183526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183526; }
p { color: rgb(24,53,38); }
H1.HeaderClassName
{
color: #183526;
}
.AnyTagClassName
{
color: #183526;
}
</style>
background-color css
<style>
a { background-color: #183526; }
a { background-color: rgb(24,53,38); }
div.DivClassName
{
background-color: #183526;
}
.BgClassName
{
background-color: #183526;
}
</style>
border-color css
<style>
span { border-color: #183526; }
span { border-color: rgb(24,53,38); }
td.TdClassName
{
border-color: #183526;
}
.TagClassName
{
border-color: #183526;
}
</style>