#0D644D

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

Shades of Watercourse #0D644D

Tints of Watercourse #0D644D

Color information

#0D644D (or 0x0D644D) is unknown color: approx Watercourse. HEX triplet: 0D, 64 and 4D. RGB value is (13,100,77). Sum of RGB (Red+Green+Blue) = 13+100+77=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 100 (39.45% from 255 or 52.63% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 100 - color contains mainly: green. Hex color #0D644D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D644D is #F29BB2. Grayscale: #474747. Windows color (decimal): -15899571 or 5071885. OLE color: 5071885.

HSL color Cylindrical-coordinate representation of color #0D644D: hue angle of 164.14º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D644D is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB1310077-
CMYK0.8700.230.61
HSL164.14º76.99%22.16%-
HSV(B)164.14º87%39.22%-
XYZ6.069.748.58-
YUV71.36131.1886.37-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.84%
GREEN value IS 100 (39.45% from 255) = 52.63%
BLUE value IS 77 (30.47% from 255) = 40.53%
R=6.84%
G=52.63%
B=40.53%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal13100770.8700.230.61164.1476.9922.16
HexD644D570173Da44d16
Octal151441151270277524411526
Binary110111001001001101101011101011111110110100100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,100,77); }

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

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

 a { background-color: rgb(13,100,77); }

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

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

 span { border-color: rgb(13,100,77); }

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