#0C5148

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

Shades of Cyprus #0C5148

Tints of Cyprus #0C5148

Color information

#0C5148 (or 0x0C5148) is unknown color: approx Cyprus. HEX triplet: 0C, 51 and 48. RGB value is (12,81,72). Sum of RGB (Red+Green+Blue) = 12+81+72=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 81 (32.03% from 255 or 49.09% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 81 - color contains mainly: green. Hex color #0C5148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C5148 is #F3AEB7. Grayscale: #3B3B3B. Windows color (decimal): -15969976 or 4739340. OLE color: 4739340.

HSL color Cylindrical-coordinate representation of color #0C5148: hue angle of 172.17º 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 #0C5148 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB128172-
CMYK0.8500.110.68
HSL172.17º74.19%18.24%-
HSV(B)172.17º85.19%31.76%-
XYZ4.266.437.15-
YUV59.34135.1494.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.27%
GREEN value IS 81 (32.03% from 255) = 49.09%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=7.27%
G=49.09%
B=43.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1281720.8500.110.68172.1774.1918.24
HexC5148550B44ac4a12
Octal1412111012501310425411222
Binary110010100011001000101010101011100010010101100100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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