#0D6C52

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

Shades of Watercourse #0D6C52

Tints of Watercourse #0D6C52

Color information

#0D6C52 (or 0x0D6C52) is unknown color: approx Watercourse. HEX triplet: 0D, 6C and 52. RGB value is (13,108,82). Sum of RGB (Red+Green+Blue) = 13+108+82=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #0D6C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6C52 is #F293AD. Grayscale: #4C4C4C. Windows color (decimal): -15897518 or 5401613. OLE color: 5401613.

HSL color Cylindrical-coordinate representation of color #0D6C52: hue angle of 163.58º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D6C52 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1310882-
CMYK0.8800.240.58
HSL163.58º78.51%23.73%-
HSV(B)163.58º87.96%42.35%-
XYZ7.0511.429.82-
YUV76.63131.0382.61-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.40%
GREEN value IS 108 (42.58% from 255) = 53.20%
BLUE value IS 82 (32.42% from 255) = 40.39%
R=6.40%
G=53.20%
B=40.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal13108820.8800.240.58163.5878.5123.73
HexD6C52580183Aa44f18
Octal151541221300307224411730
Binary110111011001010010101100001100011101010100100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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