#0D564C

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

Shades of Cyprus #0D564C

Tints of Cyprus #0D564C

Color information

#0D564C (or 0x0D564C) is unknown color: approx Cyprus. HEX triplet: 0D, 56 and 4C. RGB value is (13,86,76). Sum of RGB (Red+Green+Blue) = 13+86+76=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 86 (33.98% from 255 or 49.14% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 86 - color contains mainly: green. Hex color #0D564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D564C is #F2A9B3. Grayscale: #3E3E3E. Windows color (decimal): -15903156 or 5002765. OLE color: 5002765.

HSL color Cylindrical-coordinate representation of color #0D564C: hue angle of 171.78º 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 #0D564C is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB138676-
CMYK0.8500.120.66
HSL171.78º73.74%19.41%-
HSV(B)171.78º84.88%33.73%-
XYZ4.87.267.99-
YUV63.03135.3292.31-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.43%
GREEN value IS 86 (33.98% from 255) = 49.14%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=7.43%
G=49.14%
B=43.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1386760.8500.120.66171.7873.7419.41
HexD564C550C42ac4a13
Octal1512611412501410225411223
Binary110110101101001100101010101100100001010101100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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