#0D654D

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

Shades of Watercourse #0D654D

Tints of Watercourse #0D654D

Color information

#0D654D (or 0x0D654D) is unknown color: approx Watercourse. HEX triplet: 0D, 65 and 4D. RGB value is (13,101,77). Sum of RGB (Red+Green+Blue) = 13+101+77=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 101 (39.84% from 255 or 52.88% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 101 - color contains mainly: green. Hex color #0D654D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D654D is #F29AB2. Grayscale: #474747. Windows color (decimal): -15899315 or 5072141. OLE color: 5072141.

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

Color convert

RGB1310177-
CMYK0.8700.240.60
HSL163.64º77.19%22.35%-
HSV(B)163.64º87.13%39.61%-
XYZ6.169.938.61-
YUV71.95130.8585.95-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.81%
GREEN value IS 101 (39.84% from 255) = 52.88%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=6.81%
G=52.88%
B=40.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal13101770.8700.240.60163.6477.1922.35
HexD654D570183Ca44d16
Octal151451151270307424411526
Binary110111001011001101101011101100011110010100100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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