#0D634D

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

Shades of Watercourse #0D634D

Tints of Watercourse #0D634D

Color information

#0D634D (or 0x0D634D) is unknown color: approx Watercourse. HEX triplet: 0D, 63 and 4D. RGB value is (13,99,77). Sum of RGB (Red+Green+Blue) = 13+99+77=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #0D634D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D634D is #F29CB2. Grayscale: #464646. Windows color (decimal): -15899827 or 5071629. OLE color: 5071629.

HSL color Cylindrical-coordinate representation of color #0D634D: hue angle of 164.65º 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 #0D634D is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB139977-
CMYK0.8700.220.61
HSL164.65º76.79%21.96%-
HSV(B)164.65º86.87%38.82%-
XYZ5.979.558.55-
YUV70.78131.5186.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.88%
GREEN value IS 99 (39.06% from 255) = 52.38%
BLUE value IS 77 (30.47% from 255) = 40.74%
R=6.88%
G=52.38%
B=40.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1399770.8700.220.61164.6576.7921.96
HexD634D570163Da54d16
Octal151431151270267524511526
Binary110111000111001101101011101011011110110100101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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