#0D4E4D

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

Shades of Cyprus #0D4E4D

Tints of Cyprus #0D4E4D

Color information

#0D4E4D (or 0x0D4E4D) is unknown color: approx Cyprus. HEX triplet: 0D, 4E and 4D. RGB value is (13,78,77). Sum of RGB (Red+Green+Blue) = 13+78+77=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 78 (30.86% from 255 or 46.43% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 78 - color contains mainly: green. Hex color #0D4E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D4E4D is #F2B1B2. Grayscale: #3A3A3A. Windows color (decimal): -15905203 or 5066253. OLE color: 5066253.

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

Color convert

RGB137877-
CMYK0.8300.010.69
HSL179.08º71.43%17.84%-
HSV(B)179.08º83.33%30.59%-
XYZ4.236.077.97-
YUV58.45138.4795.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.74%
GREEN value IS 78 (30.86% from 255) = 46.43%
BLUE value IS 77 (30.47% from 255) = 45.83%
R=7.74%
G=46.43%
B=45.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1378770.8300.010.69179.0871.4317.84
HexD4E4D530145b34712
Octal151161151230110526310722
Binary110110011101001101101001101100010110110011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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