#0D5949

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

Shades of Cyprus #0D5949

Tints of Cyprus #0D5949

Color information

#0D5949 (or 0x0D5949) is unknown color: approx Cyprus. HEX triplet: 0D, 59 and 49. RGB value is (13,89,73). Sum of RGB (Red+Green+Blue) = 13+89+73=175 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.43% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #0D5949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5949 is #F2A6B6. Grayscale: #404040. Windows color (decimal): -15902391 or 4806925. OLE color: 4806925.

HSL color Cylindrical-coordinate representation of color #0D5949: hue angle of 167.37º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5949 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB138973-
CMYK0.8500.180.65
HSL167.37º74.51%20%-
HSV(B)167.37º85.39%34.9%-
XYZ4.947.717.53-
YUV64.45132.8291.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.43%
GREEN value IS 89 (35.16% from 255) = 50.86%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=7.43%
G=50.86%
B=41.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1389730.8500.180.65167.3774.5120
HexD59495501241a74b14
Octal1513111112502210124711324
Binary1101101100110010011010101010010100000110100111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,89,73); }

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

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

 a { background-color: rgb(13,89,73); }

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

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

 span { border-color: rgb(13,89,73); }

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