#0D5546

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

Shades of Cyprus #0D5546

Tints of Cyprus #0D5546

Color information

#0D5546 (or 0x0D5546) is unknown color: approx Cyprus. HEX triplet: 0D, 55 and 46. RGB value is (13,85,70). Sum of RGB (Red+Green+Blue) = 13+85+70=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 85 (33.59% from 255 or 50.60% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 85 - color contains mainly: green. Hex color #0D5546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5546 is #F2AAB9. Grayscale: #3D3D3D. Windows color (decimal): -15903418 or 4609293. OLE color: 4609293.

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

Color convert

RGB138570-
CMYK0.8500.180.67
HSL167.5º73.47%19.22%-
HSV(B)167.5º84.71%33.33%-
XYZ4.527.026.91-
YUV61.76132.6593.22-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.74%
GREEN value IS 85 (33.59% from 255) = 50.60%
BLUE value IS 70 (27.73% from 255) = 41.67%
R=7.74%
G=50.60%
B=41.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1385700.8500.180.67167.573.4719.22
HexD55465501243a84913
Octal1512510612502210325011123
Binary1101101010110001101010101010010100001110101000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,85,70); }

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

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

 a { background-color: rgb(13,85,70); }

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

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

 span { border-color: rgb(13,85,70); }

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