#0D6E54

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

Shades of Watercourse #0D6E54

Tints of Watercourse #0D6E54

Color information

#0D6E54 (or 0x0D6E54) is unknown color: approx Watercourse. HEX triplet: 0D, 6E and 54. RGB value is (13,110,84). Sum of RGB (Red+Green+Blue) = 13+110+84=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 110 (43.36% from 255 or 53.14% from 207); Blue value is 84 (33.20% from 255 or 40.58% from 207); Max value from RGB is 110 - color contains mainly: green. Hex color #0D6E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6E54 is #F291AB. Grayscale: #4E4E4E. Windows color (decimal): -15897004 or 5533197. OLE color: 5533197.

HSL color Cylindrical-coordinate representation of color #0D6E54: hue angle of 163.92º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6E54 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB1311084-
CMYK0.8800.240.57
HSL163.92º78.86%24.12%-
HSV(B)163.92º88.18%43.14%-
XYZ7.3411.8810.29-
YUV78.03131.3681.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.28%
GREEN value IS 110 (43.36% from 255) = 53.14%
BLUE value IS 84 (33.20% from 255) = 40.58%
R=6.28%
G=53.14%
B=40.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal13110840.8800.240.57163.9278.8624.12
HexD6E545801839a44f18
Octal151561241300307124411730
Binary110111011101010100101100001100011100110100100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,110,84); }

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

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

 a { background-color: rgb(13,110,84); }

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

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

 span { border-color: rgb(13,110,84); }

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