#0D7052

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

Shades of Watercourse #0D7052

Tints of Watercourse #0D7052

Color information

#0D7052 (or 0x0D7052) is unknown color: approx Watercourse. HEX triplet: 0D, 70 and 52. RGB value is (13,112,82). Sum of RGB (Red+Green+Blue) = 13+112+82=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7052 is #F28FAD. Grayscale: #4F4F4F. Windows color (decimal): -15896494 or 5402637. OLE color: 5402637.

HSL color Cylindrical-coordinate representation of color #0D7052: hue angle of 161.82º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7052 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1311282-
CMYK0.8800.270.56
HSL161.82º79.2%24.51%-
HSV(B)161.82º88.39%43.92%-
XYZ7.4812.289.96-
YUV78.98129.780.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.28%
GREEN value IS 112 (44.14% from 255) = 54.11%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=6.28%
G=54.11%
B=39.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13112820.8800.270.56161.8279.224.51
HexD70525801B38a24f19
Octal151601221300337024211731
Binary110111100001010010101100001101111100010100010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,112,82); }

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

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

 a { background-color: rgb(13,112,82); }

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

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

 span { border-color: rgb(13,112,82); }

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