Shades of Cyprus #08423C
Tints of Cyprus #08423C
RGB
CMYK
RGB Variations
Color information
#08423C (or 0x08423C) is known color: Cyprus. HEX triplet: 08, 42 and 3C. RGB value is (8,66,60). Sum of RGB (Red+Green+Blue) = 8+66+60=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 60 (23.83% from 255 or 44.78% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #08423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08423C is #F7BDC3. Grayscale: #2F2F2F. Windows color (decimal): -16235972 or 3949064. OLE color: 3949064.
HSL color Cylindrical-coordinate representation of color #08423C: hue angle of 173.79º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08423C is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 8 | 66 | 60 | - |
| CMYK | 0.88 | 0 | 0.09 | 0.74 |
| HSL | 173.79º | 0.78% | 0.15% | - |
| HSV(B) | 173.79º | 0.88% | 0.26% | - |
| XYZ | 2.86 | 4.27 | 4.95 | - |
| YUV | 47.97 | 134.78 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 66 | 60 | 0.88 | 0 | 0.09 | 0.74 | 173.79 | 0.78 | 0.15 |
| Hex | 8 | 42 | 3C | 58 | 0 | 9 | 4A | AE | 4E | F |
| Octal | 10 | 102 | 74 | 130 | 0 | 11 | 112 | 256 | 116 | 17 |
| Binary | 1000 | 1000010 | 111100 | 1011000 | 0 | 1001 | 1001010 | 10101110 | 1001110 | 1111 |
Color Harmonies of #08423C
Complementary color
Monochromatic Colors of #08423C
Black with #08423C
Text Example
Text Example
White with #08423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08423C; }
p { color: rgb(8,66,60); }
H1.HeaderClassName
{
color: #08423C;
}
.AnyTagClassName
{
color: #08423C;
}
</style>
background-color css
<style>
a { background-color: #08423C; }
a { background-color: rgb(8,66,60); }
div.DivClassName
{
background-color: #08423C;
}
.BgClassName
{
background-color: #08423C;
}
</style>
border-color css
<style>
span { border-color: #08423C; }
span { border-color: rgb(8,66,60); }
td.TdClassName
{
border-color: #08423C;
}
.TagClassName
{
border-color: #08423C;
}
</style>