#0E6C52

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

Shades of Watercourse #0E6C52

Tints of Watercourse #0E6C52

Color information

#0E6C52 (or 0x0E6C52) is unknown color: approx Watercourse. HEX triplet: 0E, 6C and 52. RGB value is (14,108,82). Sum of RGB (Red+Green+Blue) = 14+108+82=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 108 (42.58% from 255 or 52.94% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 108 - color contains mainly: green. Hex color #0E6C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6C52 is #F193AD. Grayscale: #4C4C4C. Windows color (decimal): -15831982 or 5401614. OLE color: 5401614.

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

Color convert

RGB1410882-
CMYK0.8700.240.58
HSL163.4º77.05%23.92%-
HSV(B)163.4º87.04%42.35%-
XYZ7.0711.439.82-
YUV76.93130.8683.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.86%
GREEN value IS 108 (42.58% from 255) = 52.94%
BLUE value IS 82 (32.42% from 255) = 40.20%
R=6.86%
G=52.94%
B=40.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal14108820.8700.240.58163.477.0523.92
HexE6C52570183Aa34d18
Octal161541221270307224311530
Binary111011011001010010101011101100011101010100011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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