#0D514D

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

Shades of Cyprus #0D514D

Tints of Cyprus #0D514D

Color information

#0D514D (or 0x0D514D) is unknown color: approx Cyprus. HEX triplet: 0D, 51 and 4D. RGB value is (13,81,77). Sum of RGB (Red+Green+Blue) = 13+81+77=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 81 - color contains mainly: green. Hex color #0D514D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D514D is #F2AEB2. Grayscale: #3C3C3C. Windows color (decimal): -15904435 or 5067021. OLE color: 5067021.

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

Color convert

RGB138177-
CMYK0.8400.050.68
HSL176.47º72.34%18.43%-
HSV(B)176.47º83.95%31.76%-
XYZ4.456.518.04-
YUV60.21137.4794.33-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.60%
GREEN value IS 81 (32.03% from 255) = 47.37%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=7.60%
G=47.37%
B=45.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1381770.8400.050.68176.4772.3418.43
HexD514D540544b04812
Octal151211151240510426011022
Binary11011010001100110110101000101100010010110000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,81,77); }

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

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

 a { background-color: rgb(13,81,77); }

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

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

 span { border-color: rgb(13,81,77); }

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