#0E7052

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

Shades of Watercourse #0E7052

Tints of Watercourse #0E7052

Color information

#0E7052 (or 0x0E7052) is unknown color: approx Watercourse. HEX triplet: 0E, 70 and 52. RGB value is (14,112,82). Sum of RGB (Red+Green+Blue) = 14+112+82=208 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.73% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #0E7052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7052 is #F18FAD. Grayscale: #4F4F4F. Windows color (decimal): -15830958 or 5402638. OLE color: 5402638.

HSL color Cylindrical-coordinate representation of color #0E7052: hue angle of 161.63º degrees, saturation: 0.78, 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 #0E7052 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1411282-
CMYK0.8800.270.56
HSL161.63º77.78%24.71%-
HSV(B)161.63º87.5%43.92%-
XYZ7.512.299.96-
YUV79.28129.5381.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.73%
GREEN value IS 112 (44.14% from 255) = 53.85%
BLUE value IS 82 (32.42% from 255) = 39.42%
R=6.73%
G=53.85%
B=39.42%

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
Decimal14112820.8800.270.56161.6377.7824.71
HexE70525801B38a24e19
Octal161601221300337024211631
Binary111011100001010010101100001101111100010100010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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