Shades of Cyprus #0C3C38
Tints of Cyprus #0C3C38
RGB
CMYK
RGB Variations
Color information
#0C3C38 (or 0x0C3C38) is known color: Cyprus. HEX triplet: 0C, 3C and 38. RGB value is (12,60,56). Sum of RGB (Red+Green+Blue) = 12+60+56=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 60 - color contains mainly: green. Hex color #0C3C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3C38 is #F3C3C7. Grayscale: #2D2D2D. Windows color (decimal): -15975368 or 3685388. OLE color: 3685388.
HSL color Cylindrical-coordinate representation of color #0C3C38: hue angle of 175º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C3C38 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 60 | 56 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.76 |
| HSL | 175º | 0.67% | 0.14% | - |
| HSV(B) | 175º | 0.8% | 0.24% | - |
| XYZ | 2.48 | 3.6 | 4.3 | - |
| YUV | 45.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 60 | 56 | 0.80 | 0 | 0.07 | 0.76 | 175 | 0.67 | 0.14 |
| Hex | C | 3C | 38 | 50 | 0 | 7 | 4C | AF | 43 | E |
| Octal | 14 | 74 | 70 | 120 | 0 | 7 | 114 | 257 | 103 | 16 |
| Binary | 1100 | 111100 | 111000 | 1010000 | 0 | 111 | 1001100 | 10101111 | 1000011 | 1110 |
Color Harmonies of #0C3C38
Complementary color
Monochromatic Colors of #0C3C38
Black with #0C3C38
Text Example
Text Example
White with #0C3C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3C38; }
p { color: rgb(12,60,56); }
H1.HeaderClassName
{
color: #0C3C38;
}
.AnyTagClassName
{
color: #0C3C38;
}
</style>
background-color css
<style>
a { background-color: #0C3C38; }
a { background-color: rgb(12,60,56); }
div.DivClassName
{
background-color: #0C3C38;
}
.BgClassName
{
background-color: #0C3C38;
}
</style>
border-color css
<style>
span { border-color: #0C3C38; }
span { border-color: rgb(12,60,56); }
td.TdClassName
{
border-color: #0C3C38;
}
.TagClassName
{
border-color: #0C3C38;
}
</style>