Shades of Cyprus #093D3C
Tints of Cyprus #093D3C
RGB
CMYK
RGB Variations
Color information
#093D3C (or 0x093D3C) is known color: Cyprus. HEX triplet: 09, 3D and 3C. RGB value is (9,61,60). Sum of RGB (Red+Green+Blue) = 9+61+60=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 61 - color contains mainly: green. Hex color #093D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D3C is #F6C2C3. Grayscale: #2D2D2D. Windows color (decimal): -16171716 or 3947785. OLE color: 3947785.
HSL color Cylindrical-coordinate representation of color #093D3C: hue angle of 178.85º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D3C is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 61 | 60 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.76 |
| HSL | 178.85º | 0.74% | 0.14% | - |
| HSV(B) | 178.85º | 0.85% | 0.24% | - |
| XYZ | 2.6 | 3.72 | 4.86 | - |
| YUV | 45.34 | 136.27 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 60 | 0.85 | 0 | 0.02 | 0.76 | 178.85 | 0.74 | 0.14 |
| Hex | 9 | 3D | 3C | 55 | 0 | 2 | 4C | B3 | 4A | E |
| Octal | 11 | 75 | 74 | 125 | 0 | 2 | 114 | 263 | 112 | 16 |
| Binary | 1001 | 111101 | 111100 | 1010101 | 0 | 10 | 1001100 | 10110011 | 1001010 | 1110 |
Color Harmonies of #093D3C
Complementary color
Monochromatic Colors of #093D3C
Black with #093D3C
Text Example
Text Example
White with #093D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D3C; }
p { color: rgb(9,61,60); }
H1.HeaderClassName
{
color: #093D3C;
}
.AnyTagClassName
{
color: #093D3C;
}
</style>
background-color css
<style>
a { background-color: #093D3C; }
a { background-color: rgb(9,61,60); }
div.DivClassName
{
background-color: #093D3C;
}
.BgClassName
{
background-color: #093D3C;
}
</style>
border-color css
<style>
span { border-color: #093D3C; }
span { border-color: rgb(9,61,60); }
td.TdClassName
{
border-color: #093D3C;
}
.TagClassName
{
border-color: #093D3C;
}
</style>