#0D4B47

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

Shades of Cyprus #0D4B47

Tints of Cyprus #0D4B47

Color information

#0D4B47 (or 0x0D4B47) is unknown color: approx Cyprus. HEX triplet: 0D, 4B and 47. RGB value is (13,75,71). Sum of RGB (Red+Green+Blue) = 13+75+71=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 71 (28.12% from 255 or 44.65% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #0D4B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4B47 is #F2B4B8. Grayscale: #373737. Windows color (decimal): -15905977 or 4672269. OLE color: 4672269.

HSL color Cylindrical-coordinate representation of color #0D4B47: hue angle of 176.13º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4B47 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB137571-
CMYK0.8300.050.71
HSL176.13º70.45%17.25%-
HSV(B)176.13º82.67%29.41%-
XYZ3.825.576.84-
YUV56.01136.4697.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.18%
GREEN value IS 75 (29.69% from 255) = 47.17%
BLUE value IS 71 (28.12% from 255) = 44.65%
R=8.18%
G=47.17%
B=44.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1375710.8300.050.71176.1370.4517.25
HexD4B47530547b04611
Octal151131071230510726010621
Binary11011001011100011110100110101100011110110000100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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