Shades of Cyprus #093D3E
Tints of Cyprus #093D3E
RGB
CMYK
RGB Variations
Color information
#093D3E (or 0x093D3E) is known color: Cyprus. HEX triplet: 09, 3D and 3E. RGB value is (9,61,62). Sum of RGB (Red+Green+Blue) = 9+61+62=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #093D3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D3E is #F6C2C1. Grayscale: #2D2D2D. Windows color (decimal): -16171714 or 4078857. OLE color: 4078857.
HSL color Cylindrical-coordinate representation of color #093D3E: hue angle of 181.13º degrees, saturation: 0.75, 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 #093D3E is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 9 | 61 | 62 | - |
CMYK | 0.85 | 0.02 | 0 | 0.76 |
HSL | 181.13º | 0.75% | 0.14% | - |
HSV(B) | 181.13º | 0.85% | 0.24% | - |
XYZ | 2.65 | 3.74 | 5.14 | - |
YUV | 45.57 | 137.27 | 101.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 61 | 62 | 0.85 | 0.02 | 0 | 0.76 | 181.13 | 0.75 | 0.14 |
Hex | 9 | 3D | 3E | 55 | 2 | 0 | 4C | B5 | 4B | E |
Octal | 11 | 75 | 76 | 125 | 2 | 0 | 114 | 265 | 113 | 16 |
Binary | 1001 | 111101 | 111110 | 1010101 | 10 | 0 | 1001100 | 10110101 | 1001011 | 1110 |
Color Harmonies of #093D3E
Complementary color
Monochromatic Colors of #093D3E
Black with #093D3E
Text Example
Text Example
White with #093D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D3E; }
p { color: rgb(9,61,62); }
H1.HeaderClassName
{
color: #093D3E;
}
.AnyTagClassName
{
color: #093D3E;
}
</style>
background-color css
<style>
a { background-color: #093D3E; }
a { background-color: rgb(9,61,62); }
div.DivClassName
{
background-color: #093D3E;
}
.BgClassName
{
background-color: #093D3E;
}
</style>
border-color css
<style>
span { border-color: #093D3E; }
span { border-color: rgb(9,61,62); }
td.TdClassName
{
border-color: #093D3E;
}
.TagClassName
{
border-color: #093D3E;
}
</style>