Shades of Cardin Green #183525
Tints of Cardin Green #183525
RGB
CMYK
RGB Variations
Color information
#183525 (or 0x183525) is known color: Cardin Green. HEX triplet: 18, 35 and 25. RGB value is (24,53,37). Sum of RGB (Red+Green+Blue) = 24+53+37=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 53 - color contains mainly: green. Hex color #183525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183525 is #E7CADA. Grayscale: #2A2A2A. Windows color (decimal): -15190747 or 2438424. OLE color: 2438424.
HSL color Cylindrical-coordinate representation of color #183525: hue angle of 146.9º 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 #183525 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 53 | 37 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.79 |
| HSL | 146.9º | 0.38% | 0.15% | - |
| HSV(B) | 146.9º | 0.55% | 0.21% | - |
| XYZ | 1.98 | 2.87 | 2.2 | - |
| YUV | 42.51 | 124.89 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 37 | 0.55 | 0 | 0.30 | 0.79 | 146.9 | 0.38 | 0.15 |
| Hex | 18 | 35 | 25 | 37 | 0 | 1E | 4F | 93 | 26 | F |
| Octal | 30 | 65 | 45 | 67 | 0 | 36 | 117 | 223 | 46 | 17 |
| Binary | 11000 | 110101 | 100101 | 110111 | 0 | 11110 | 1001111 | 10010011 | 100110 | 1111 |
Color Harmonies of #183525
Complementary color
Monochromatic Colors of #183525
Black with #183525
Text Example
Text Example
White with #183525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183525; }
p { color: rgb(24,53,37); }
H1.HeaderClassName
{
color: #183525;
}
.AnyTagClassName
{
color: #183525;
}
</style>
background-color css
<style>
a { background-color: #183525; }
a { background-color: rgb(24,53,37); }
div.DivClassName
{
background-color: #183525;
}
.BgClassName
{
background-color: #183525;
}
</style>
border-color css
<style>
span { border-color: #183525; }
span { border-color: rgb(24,53,37); }
td.TdClassName
{
border-color: #183525;
}
.TagClassName
{
border-color: #183525;
}
</style>