Shades of Cyprus #0C413D
Tints of Cyprus #0C413D
RGB
CMYK
RGB Variations
Color information
#0C413D (or 0x0C413D) is known color: Cyprus. HEX triplet: 0C, 41 and 3D. RGB value is (12,65,61). Sum of RGB (Red+Green+Blue) = 12+65+61=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #0C413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C413D is #F3BEC2. Grayscale: #303030. Windows color (decimal): -15974083 or 4014348. OLE color: 4014348.
HSL color Cylindrical-coordinate representation of color #0C413D: hue angle of 175.47º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C413D is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 61 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.75 |
| HSL | 175.47º | 0.69% | 0.15% | - |
| HSV(B) | 175.47º | 0.82% | 0.25% | - |
| XYZ | 2.88 | 4.2 | 5.07 | - |
| YUV | 48.7 | 134.94 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 61 | 0.82 | 0 | 0.06 | 0.75 | 175.47 | 0.69 | 0.15 |
| Hex | C | 41 | 3D | 52 | 0 | 6 | 4B | AF | 45 | F |
| Octal | 14 | 101 | 75 | 122 | 0 | 6 | 113 | 257 | 105 | 17 |
| Binary | 1100 | 1000001 | 111101 | 1010010 | 0 | 110 | 1001011 | 10101111 | 1000101 | 1111 |
Color Harmonies of #0C413D
Complementary color
Monochromatic Colors of #0C413D
Black with #0C413D
Text Example
Text Example
White with #0C413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C413D; }
p { color: rgb(12,65,61); }
H1.HeaderClassName
{
color: #0C413D;
}
.AnyTagClassName
{
color: #0C413D;
}
</style>
background-color css
<style>
a { background-color: #0C413D; }
a { background-color: rgb(12,65,61); }
div.DivClassName
{
background-color: #0C413D;
}
.BgClassName
{
background-color: #0C413D;
}
</style>
border-color css
<style>
span { border-color: #0C413D; }
span { border-color: rgb(12,65,61); }
td.TdClassName
{
border-color: #0C413D;
}
.TagClassName
{
border-color: #0C413D;
}
</style>