Shades of Cyprus #033D3B
Tints of Cyprus #033D3B
RGB
CMYK
RGB Variations
Color information
#033D3B (or 0x033D3B) is known color: Cyprus. HEX triplet: 03, 3D and 3B. RGB value is (3,61,59). Sum of RGB (Red+Green+Blue) = 3+61+59=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 61 (24.22% from 255 or 49.59% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 61 - color contains mainly: green. Hex color #033D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D3B is #FCC2C4. Grayscale: #2B2B2B. Windows color (decimal): -16564933 or 3882243. OLE color: 3882243.
HSL color Cylindrical-coordinate representation of color #033D3B: hue angle of 177.93º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033D3B is Cyan = 0.95, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 59 | - |
| CMYK | 0.95 | 0 | 0.03 | 0.76 |
| HSL | 177.93º | 0.91% | 0.13% | - |
| HSV(B) | 177.93º | 0.95% | 0.24% | - |
| XYZ | 2.5 | 3.67 | 4.72 | - |
| YUV | 43.43 | 136.78 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 59 | 0.95 | 0 | 0.03 | 0.76 | 177.93 | 0.91 | 0.13 |
| Hex | 3 | 3D | 3B | 5F | 0 | 3 | 4C | B2 | 5B | D |
| Octal | 3 | 75 | 73 | 137 | 0 | 3 | 114 | 262 | 133 | 15 |
| Binary | 11 | 111101 | 111011 | 1011111 | 0 | 11 | 1001100 | 10110010 | 1011011 | 1101 |
Color Harmonies of #033D3B
Complementary color
Monochromatic Colors of #033D3B
Black with #033D3B
Text Example
Text Example
White with #033D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D3B; }
p { color: rgb(3,61,59); }
H1.HeaderClassName
{
color: #033D3B;
}
.AnyTagClassName
{
color: #033D3B;
}
</style>
background-color css
<style>
a { background-color: #033D3B; }
a { background-color: rgb(3,61,59); }
div.DivClassName
{
background-color: #033D3B;
}
.BgClassName
{
background-color: #033D3B;
}
</style>
border-color css
<style>
span { border-color: #033D3B; }
span { border-color: rgb(3,61,59); }
td.TdClassName
{
border-color: #033D3B;
}
.TagClassName
{
border-color: #033D3B;
}
</style>