#0D5045

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

Shades of Cyprus #0D5045

Tints of Cyprus #0D5045

Color information

#0D5045 (or 0x0D5045) is unknown color: approx Cyprus. HEX triplet: 0D, 50 and 45. RGB value is (13,80,69). Sum of RGB (Red+Green+Blue) = 13+80+69=162 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.02% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 69 (27.34% from 255 or 42.59% from 162); Max value from RGB is 80 - color contains mainly: green. Hex color #0D5045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5045 is #F2AFBA. Grayscale: #3A3A3A. Windows color (decimal): -15904699 or 4542477. OLE color: 4542477.

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

Color convert

RGB138069-
CMYK0.8400.140.69
HSL170.15º72.04%18.24%-
HSV(B)170.15º83.75%31.37%-
XYZ4.116.256.62-
YUV58.71133.895.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.02%
GREEN value IS 80 (31.64% from 255) = 49.38%
BLUE value IS 69 (27.34% from 255) = 42.59%
R=8.02%
G=49.38%
B=42.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1380690.8400.140.69170.1572.0418.24
HexD5045540E45aa4812
Octal1512010512401610525211022
Binary110110100001000101101010001110100010110101010100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,80,69); }

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

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

 a { background-color: rgb(13,80,69); }

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

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

 span { border-color: rgb(13,80,69); }

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