#0D4F49

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

Shades of Cyprus #0D4F49

Tints of Cyprus #0D4F49

Color information

#0D4F49 (or 0x0D4F49) is unknown color: approx Cyprus. HEX triplet: 0D, 4F and 49. RGB value is (13,79,73). Sum of RGB (Red+Green+Blue) = 13+79+73=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #0D4F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4F49 is #F2B0B6. Grayscale: #3A3A3A. Windows color (decimal): -15904951 or 4804365. OLE color: 4804365.

HSL color Cylindrical-coordinate representation of color #0D4F49: hue angle of 174.55º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0D4F49 is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB137973-
CMYK0.8400.080.69
HSL174.55º71.74%18.04%-
HSV(B)174.55º83.54%30.98%-
XYZ4.166.167.27-
YUV58.58136.1395.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.88%
GREEN value IS 79 (31.25% from 255) = 47.88%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=7.88%
G=47.88%
B=44.24%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1379730.8400.080.69174.5571.7418.04
HexD4F49540845af4812
Octal1511711112401010525711022
Binary110110011111001001101010001000100010110101111100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,79,73); }

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

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

 a { background-color: rgb(13,79,73); }

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

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

 span { border-color: rgb(13,79,73); }

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