#0D4347

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

Shades of Cyprus #0D4347

Tints of Cyprus #0D4347

Color information

#0D4347 (or 0x0D4347) is unknown color: approx Cyprus. HEX triplet: 0D, 43 and 47. RGB value is (13,67,71). Sum of RGB (Red+Green+Blue) = 13+67+71=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D4347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4347 is #F2BCB8. Grayscale: #333333. Windows color (decimal): -15908025 or 4670221. OLE color: 4670221.

HSL color Cylindrical-coordinate representation of color #0D4347: hue angle of 184.14º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D4347 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB136771-
CMYK0.820.0600.72
HSL184.14º69.05%16.47%-
HSV(B)184.14º81.69%27.84%-
XYZ3.314.556.67-
YUV51.31139.11100.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.61%
GREEN value IS 67 (26.56% from 255) = 44.37%
BLUE value IS 71 (28.12% from 255) = 47.02%
R=8.61%
G=44.37%
B=47.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1367710.820.0600.72184.1469.0516.47
HexD4347526048b84510
Octal151031071226011027010520
Binary11011000011100011110100101100100100010111000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,67,71); }

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

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

 a { background-color: rgb(13,67,71); }

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

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

 span { border-color: rgb(13,67,71); }

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