#0C4446

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

Shades of Cyprus #0C4446

Tints of Cyprus #0C4446

Color information

#0C4446 (or 0x0C4446) is unknown color: approx Cyprus. HEX triplet: 0C, 44 and 46. RGB value is (12,68,70). Sum of RGB (Red+Green+Blue) = 12+68+70=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #0C4446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4446 is #F3BBB9. Grayscale: #333333. Windows color (decimal): -15973306 or 4604940. OLE color: 4604940.

HSL color Cylindrical-coordinate representation of color #0C4446: hue angle of 182.07º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C4446 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB126870-
CMYK0.830.0300.73
HSL182.07º70.73%16.08%-
HSV(B)182.07º82.86%27.45%-
XYZ3.324.656.52-
YUV51.48138.4599.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 70 (27.73% from 255) = 46.67%
R=8%
G=45.33%
B=46.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1268700.830.0300.73182.0770.7316.08
HexC4446533049b64710
Octal141041061233011126610720
Binary1100100010010001101010011110100100110110110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,68,70); }

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

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

 a { background-color: rgb(12,68,70); }

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

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

 span { border-color: rgb(12,68,70); }

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