Shades of Cardin Green #1A3526
Tints of Cardin Green #1A3526
RGB
CMYK
RGB Variations
Color information
#1A3526 (or 0x1A3526) is known color: Cardin Green. HEX triplet: 1A, 35 and 26. RGB value is (26,53,38). Sum of RGB (Red+Green+Blue) = 26+53+38=117 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.22% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 53 - color contains mainly: green. Hex color #1A3526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3526 is #E5CAD9. Grayscale: #2B2B2B. Windows color (decimal): -15059674 or 2503962. OLE color: 2503962.
HSL color Cylindrical-coordinate representation of color #1A3526: hue angle of 146.67º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A3526 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 53 | 38 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.79 |
| HSL | 146.67º | 0.34% | 0.15% | - |
| HSV(B) | 146.67º | 0.51% | 0.21% | - |
| XYZ | 2.05 | 2.91 | 2.29 | - |
| YUV | 43.22 | 125.05 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 38 | 0.51 | 0 | 0.28 | 0.79 | 146.67 | 0.34 | 0.15 |
| Hex | 1A | 35 | 26 | 33 | 0 | 1C | 4F | 93 | 22 | F |
| Octal | 32 | 65 | 46 | 63 | 0 | 34 | 117 | 223 | 42 | 17 |
| Binary | 11010 | 110101 | 100110 | 110011 | 0 | 11100 | 1001111 | 10010011 | 100010 | 1111 |
Color Harmonies of #1A3526
Complementary color
Monochromatic Colors of #1A3526
Black with #1A3526
Text Example
Text Example
White with #1A3526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3526; }
p { color: rgb(26,53,38); }
H1.HeaderClassName
{
color: #1A3526;
}
.AnyTagClassName
{
color: #1A3526;
}
</style>
background-color css
<style>
a { background-color: #1A3526; }
a { background-color: rgb(26,53,38); }
div.DivClassName
{
background-color: #1A3526;
}
.BgClassName
{
background-color: #1A3526;
}
</style>
border-color css
<style>
span { border-color: #1A3526; }
span { border-color: rgb(26,53,38); }
td.TdClassName
{
border-color: #1A3526;
}
.TagClassName
{
border-color: #1A3526;
}
</style>