#0D5043

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

Shades of Cyprus #0D5043

Tints of Cyprus #0D5043

Color information

#0D5043 (or 0x0D5043) is unknown color: approx Cyprus. HEX triplet: 0D, 50 and 43. RGB value is (13,80,67). Sum of RGB (Red+Green+Blue) = 13+80+67=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 67 (26.56% from 255 or 41.88% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #0D5043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5043 is #F2AFBC. Grayscale: #3A3A3A. Windows color (decimal): -15904701 or 4411405. OLE color: 4411405.

HSL color Cylindrical-coordinate representation of color #0D5043: hue angle of 168.36º 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 #0D5043 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB138067-
CMYK0.8400.160.69
HSL168.36º72.04%18.24%-
HSV(B)168.36º83.75%31.37%-
XYZ4.056.236.3-
YUV58.48132.895.56-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.12%
GREEN value IS 80 (31.64% from 255) = 50%
BLUE value IS 67 (26.56% from 255) = 41.88%
R=8.12%
G=50%
B=41.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1380670.8400.160.69168.3672.0418.24
HexD50435401045a84812
Octal1512010312402010525011022
Binary1101101000010000111010100010000100010110101000100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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