#0E7452

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

Shades of Watercourse #0E7452

Tints of Watercourse #0E7452

Color information

#0E7452 (or 0x0E7452) is unknown color: approx Watercourse. HEX triplet: 0E, 74 and 52. RGB value is (14,116,82). Sum of RGB (Red+Green+Blue) = 14+116+82=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 82 (32.42% from 255 or 38.68% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #0E7452 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7452 is #F18BAD. Grayscale: #515151. Windows color (decimal): -15829934 or 5403662. OLE color: 5403662.

HSL color Cylindrical-coordinate representation of color #0E7452: hue angle of 160º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7452 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1411682-
CMYK0.8800.290.55
HSL160º78.46%25.49%-
HSV(B)160º87.93%45.49%-
XYZ7.9513.1910.11-
YUV81.63128.2179.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.60%
GREEN value IS 116 (45.70% from 255) = 54.72%
BLUE value IS 82 (32.42% from 255) = 38.68%
R=6.60%
G=54.72%
B=38.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14116820.8800.290.5516078.4625.49
HexE74525801D37a04e19
Octal161641221300356724011631
Binary111011101001010010101100001110111011110100000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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