#0D5A4A

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

Shades of Watercourse #0D5A4A

Tints of Watercourse #0D5A4A

Color information

#0D5A4A (or 0x0D5A4A) is unknown color: approx Watercourse. HEX triplet: 0D, 5A and 4A. RGB value is (13,90,74). Sum of RGB (Red+Green+Blue) = 13+90+74=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 90 (35.55% from 255 or 50.85% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 90 - color contains mainly: green. Hex color #0D5A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D5A4A is #F2A5B5. Grayscale: #414141. Windows color (decimal): -15902134 or 4872717. OLE color: 4872717.

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

Color convert

RGB139074-
CMYK0.8600.180.65
HSL167.53º74.76%20.2%-
HSV(B)167.53º85.56%35.29%-
XYZ5.067.897.74-
YUV65.15132.9990.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.34%
GREEN value IS 90 (35.55% from 255) = 50.85%
BLUE value IS 74 (29.30% from 255) = 41.81%
R=7.34%
G=50.85%
B=41.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1390740.8600.180.65167.5374.7620.2
HexD5A4A5601241a84b14
Octal1513211212602210125011324
Binary1101101101010010101010110010010100000110101000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,90,74); }

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

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

 a { background-color: rgb(13,90,74); }

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

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

 span { border-color: rgb(13,90,74); }

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