#0D544D

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

Shades of Cyprus #0D544D

Tints of Cyprus #0D544D

Color information

#0D544D (or 0x0D544D) is unknown color: approx Cyprus. HEX triplet: 0D, 54 and 4D. RGB value is (13,84,77). Sum of RGB (Red+Green+Blue) = 13+84+77=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #0D544D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D544D is #F2ABB2. Grayscale: #3D3D3D. Windows color (decimal): -15903667 or 5067789. OLE color: 5067789.

HSL color Cylindrical-coordinate representation of color #0D544D: hue angle of 174.08º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D544D is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB138477-
CMYK0.8500.080.67
HSL174.08º73.2%19.02%-
HSV(B)174.08º84.52%32.94%-
XYZ4.686.968.12-
YUV61.97136.4893.07-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.47%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=7.47%
G=48.28%
B=44.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1384770.8500.080.67174.0873.219.02
HexD544D550843ae4913
Octal1512411512501010325611123
Binary110110101001001101101010101000100001110101110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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