#0D5047

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

Shades of Cyprus #0D5047

Tints of Cyprus #0D5047

Color information

#0D5047 (or 0x0D5047) is unknown color: approx Cyprus. HEX triplet: 0D, 50 and 47. RGB value is (13,80,71). Sum of RGB (Red+Green+Blue) = 13+80+71=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #0D5047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5047 is #F2AFB8. Grayscale: #3A3A3A. Windows color (decimal): -15904697 or 4673549. OLE color: 4673549.

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

Color convert

RGB138071-
CMYK0.8400.110.69
HSL171.94º72.04%18.24%-
HSV(B)171.94º83.75%31.37%-
XYZ4.176.286.95-
YUV58.94134.895.23-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.93%
GREEN value IS 80 (31.64% from 255) = 48.78%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=7.93%
G=48.78%
B=43.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1380710.8400.110.69171.9472.0418.24
HexD5047540B45ac4812
Octal1512010712401310525411022
Binary110110100001000111101010001011100010110101100100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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