#0D564A

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

Shades of Cyprus #0D564A

Tints of Cyprus #0D564A

Color information

#0D564A (or 0x0D564A) is unknown color: approx Cyprus. HEX triplet: 0D, 56 and 4A. RGB value is (13,86,74). Sum of RGB (Red+Green+Blue) = 13+86+74=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #0D564A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D564A is #F2A9B5. Grayscale: #3E3E3E. Windows color (decimal): -15903158 or 4871693. OLE color: 4871693.

HSL color Cylindrical-coordinate representation of color #0D564A: hue angle of 170.14º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D564A is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB138674-
CMYK0.8500.140.66
HSL170.14º73.74%19.41%-
HSV(B)170.14º84.88%33.73%-
XYZ4.737.247.63-
YUV62.8134.3292.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.51%
GREEN value IS 86 (33.98% from 255) = 49.71%
BLUE value IS 74 (29.30% from 255) = 42.77%
R=7.51%
G=49.71%
B=42.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1386740.8500.140.66170.1473.7419.41
HexD564A550E42aa4a13
Octal1512611212501610225211223
Binary110110101101001010101010101110100001010101010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,86,74); }

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

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

 a { background-color: rgb(13,86,74); }

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

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

 span { border-color: rgb(13,86,74); }

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