Shades of Cardin Green #103925
Tints of Cardin Green #103925
RGB
CMYK
RGB Variations
Color information
#103925 (or 0x103925) is known color: Cardin Green. HEX triplet: 10, 39 and 25. RGB value is (16,57,37). Sum of RGB (Red+Green+Blue) = 16+57+37=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 57 (22.66% from 255 or 51.82% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 57 - color contains mainly: green. Hex color #103925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103925 is #EFC6DA. Grayscale: #2A2A2A. Windows color (decimal): -15714011 or 2439440. OLE color: 2439440.
HSL color Cylindrical-coordinate representation of color #103925: hue angle of 150.73º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103925 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 57 | 37 | - |
| CMYK | 0.72 | 0 | 0.35 | 0.78 |
| HSL | 150.73º | 0.56% | 0.14% | - |
| HSV(B) | 150.73º | 0.72% | 0.22% | - |
| XYZ | 2.01 | 3.17 | 2.26 | - |
| YUV | 42.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 37 | 0.72 | 0 | 0.35 | 0.78 | 150.73 | 0.56 | 0.14 |
| Hex | 10 | 39 | 25 | 48 | 0 | 23 | 4E | 97 | 38 | E |
| Octal | 20 | 71 | 45 | 110 | 0 | 43 | 116 | 227 | 70 | 16 |
| Binary | 10000 | 111001 | 100101 | 1001000 | 0 | 100011 | 1001110 | 10010111 | 111000 | 1110 |
Color Harmonies of #103925
Complementary color
Monochromatic Colors of #103925
Black with #103925
Text Example
Text Example
White with #103925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103925; }
p { color: rgb(16,57,37); }
H1.HeaderClassName
{
color: #103925;
}
.AnyTagClassName
{
color: #103925;
}
</style>
background-color css
<style>
a { background-color: #103925; }
a { background-color: rgb(16,57,37); }
div.DivClassName
{
background-color: #103925;
}
.BgClassName
{
background-color: #103925;
}
</style>
border-color css
<style>
span { border-color: #103925; }
span { border-color: rgb(16,57,37); }
td.TdClassName
{
border-color: #103925;
}
.TagClassName
{
border-color: #103925;
}
</style>