Shades of Cardin Green #0E3722
Tints of Cardin Green #0E3722
RGB
CMYK
RGB Variations
Color information
#0E3722 (or 0x0E3722) is known color: Cardin Green. HEX triplet: 0E, 37 and 22. RGB value is (14,55,34). Sum of RGB (Red+Green+Blue) = 14+55+34=103 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.59% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3722 is #F1C8DD. Grayscale: #282828. Windows color (decimal): -15845598 or 2242318. OLE color: 2242318.
HSL color Cylindrical-coordinate representation of color #0E3722: hue angle of 149.27º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3722 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 34 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.78 |
| HSL | 149.27º | 0.59% | 0.14% | - |
| HSV(B) | 149.27º | 0.75% | 0.22% | - |
| XYZ | 1.84 | 2.94 | 1.98 | - |
| YUV | 40.35 | 124.42 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 34 | 0.75 | 0 | 0.38 | 0.78 | 149.27 | 0.59 | 0.14 |
| Hex | E | 37 | 22 | 4B | 0 | 26 | 4E | 95 | 3B | E |
| Octal | 16 | 67 | 42 | 113 | 0 | 46 | 116 | 225 | 73 | 16 |
| Binary | 1110 | 110111 | 100010 | 1001011 | 0 | 100110 | 1001110 | 10010101 | 111011 | 1110 |
Color Harmonies of #0E3722
Complementary color
Monochromatic Colors of #0E3722
Black with #0E3722
Text Example
Text Example
White with #0E3722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3722; }
p { color: rgb(14,55,34); }
H1.HeaderClassName
{
color: #0E3722;
}
.AnyTagClassName
{
color: #0E3722;
}
</style>
background-color css
<style>
a { background-color: #0E3722; }
a { background-color: rgb(14,55,34); }
div.DivClassName
{
background-color: #0E3722;
}
.BgClassName
{
background-color: #0E3722;
}
</style>
border-color css
<style>
span { border-color: #0E3722; }
span { border-color: rgb(14,55,34); }
td.TdClassName
{
border-color: #0E3722;
}
.TagClassName
{
border-color: #0E3722;
}
</style>