#0C5147

Color #0C5147 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #0C5147

Tints of Cyprus #0C5147

Color information

#0C5147 (or 0x0C5147) is unknown color: approx Cyprus. HEX triplet: 0C, 51 and 47. RGB value is (12,81,71). Sum of RGB (Red+Green+Blue) = 12+81+71=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #0C5147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5147 is #F3AEB8. Grayscale: #3B3B3B. Windows color (decimal): -15969977 or 4673804. OLE color: 4673804.

HSL color Cylindrical-coordinate representation of color #0C5147: hue angle of 171.3º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C5147 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB128171-
CMYK0.8500.120.68
HSL171.3º74.19%18.24%-
HSV(B)171.3º85.19%31.76%-
XYZ4.236.426.98-
YUV59.23134.6494.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 7.32%
GREEN value IS 81 (32.03% from 255) = 49.39%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=7.32%
G=49.39%
B=43.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1281710.8500.120.68171.374.1918.24
HexC5147550C44ab4a12
Octal1412110712501410425311222
Binary110010100011000111101010101100100010010101011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C5147; }

 p { color: rgb(12,81,71); }

 H1.HeaderClassName
 {
   color: #0C5147;
 }
 .AnyTagClassName
 {
   color: #0C5147;
 }
</style>
background-color css

<style>
 a { background-color: #0C5147; }

 a { background-color: rgb(12,81,71); }

 div.DivClassName
 {
   background-color: #0C5147;
 }
 .BgClassName
 {
   background-color: #0C5147;
 }
</style>
border-color css

<style>
 span { border-color: #0C5147; }

 span { border-color: rgb(12,81,71); }

 td.TdClassName
 {
   border-color: #0C5147;
 }
 .TagClassName
 {
   border-color: #0C5147;
 }
</style>