Shades of Cardin Green #183628
Tints of Cardin Green #183628
RGB
CMYK
RGB Variations
Color information
#183628 (or 0x183628) is known color: Cardin Green. HEX triplet: 18, 36 and 28. RGB value is (24,54,40). Sum of RGB (Red+Green+Blue) = 24+54+40=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 40 (16.02% from 255 or 33.90% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #183628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183628 is #E7C9D7. Grayscale: #2B2B2B. Windows color (decimal): -15190488 or 2635288. OLE color: 2635288.
HSL color Cylindrical-coordinate representation of color #183628: hue angle of 152º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #183628 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 54 | 40 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.79 |
| HSL | 152º | 0.38% | 0.15% | - |
| HSV(B) | 152º | 0.56% | 0.21% | - |
| XYZ | 2.08 | 2.99 | 2.47 | - |
| YUV | 43.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 54 | 40 | 0.56 | 0 | 0.26 | 0.79 | 152 | 0.38 | 0.15 |
| Hex | 18 | 36 | 28 | 38 | 0 | 1A | 4F | 98 | 26 | F |
| Octal | 30 | 66 | 50 | 70 | 0 | 32 | 117 | 230 | 46 | 17 |
| Binary | 11000 | 110110 | 101000 | 111000 | 0 | 11010 | 1001111 | 10011000 | 100110 | 1111 |
Color Harmonies of #183628
Complementary color
Monochromatic Colors of #183628
Black with #183628
Text Example
Text Example
White with #183628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183628; }
p { color: rgb(24,54,40); }
H1.HeaderClassName
{
color: #183628;
}
.AnyTagClassName
{
color: #183628;
}
</style>
background-color css
<style>
a { background-color: #183628; }
a { background-color: rgb(24,54,40); }
div.DivClassName
{
background-color: #183628;
}
.BgClassName
{
background-color: #183628;
}
</style>
border-color css
<style>
span { border-color: #183628; }
span { border-color: rgb(24,54,40); }
td.TdClassName
{
border-color: #183628;
}
.TagClassName
{
border-color: #183628;
}
</style>