Shades of Cardin Green #0E3521
Tints of Cardin Green #0E3521
RGB
CMYK
RGB Variations
Color information
#0E3521 (or 0x0E3521) is known color: Cardin Green. HEX triplet: 0E, 35 and 21. RGB value is (14,53,33). Sum of RGB (Red+Green+Blue) = 14+53+33=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #0E3521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3521 is #F1CADE. Grayscale: #272727. Windows color (decimal): -15846111 or 2176270. OLE color: 2176270.
HSL color Cylindrical-coordinate representation of color #0E3521: hue angle of 149.23º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E3521 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 53 | 33 | - |
| CMYK | 0.74 | 0 | 0.38 | 0.79 |
| HSL | 149.23º | 0.58% | 0.13% | - |
| HSV(B) | 149.23º | 0.74% | 0.21% | - |
| XYZ | 1.73 | 2.75 | 1.88 | - |
| YUV | 39.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 53 | 33 | 0.74 | 0 | 0.38 | 0.79 | 149.23 | 0.58 | 0.13 |
| Hex | E | 35 | 21 | 4A | 0 | 26 | 4F | 95 | 3A | D |
| Octal | 16 | 65 | 41 | 112 | 0 | 46 | 117 | 225 | 72 | 15 |
| Binary | 1110 | 110101 | 100001 | 1001010 | 0 | 100110 | 1001111 | 10010101 | 111010 | 1101 |
Color Harmonies of #0E3521
Complementary color
Monochromatic Colors of #0E3521
Black with #0E3521
Text Example
Text Example
White with #0E3521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3521; }
p { color: rgb(14,53,33); }
H1.HeaderClassName
{
color: #0E3521;
}
.AnyTagClassName
{
color: #0E3521;
}
</style>
background-color css
<style>
a { background-color: #0E3521; }
a { background-color: rgb(14,53,33); }
div.DivClassName
{
background-color: #0E3521;
}
.BgClassName
{
background-color: #0E3521;
}
</style>
border-color css
<style>
span { border-color: #0E3521; }
span { border-color: rgb(14,53,33); }
td.TdClassName
{
border-color: #0E3521;
}
.TagClassName
{
border-color: #0E3521;
}
</style>