#065E48

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

Shades of Watercourse #065E48

Tints of Watercourse #065E48

Color information

#065E48 (or 0x065E48) is unknown color: approx Watercourse. HEX triplet: 06, 5E and 48. RGB value is (6,94,72). Sum of RGB (Red+Green+Blue) = 6+94+72=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 94 (37.11% from 255 or 54.65% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 94 - color contains mainly: green. Hex color #065E48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065E48 is #F9A1B7. Grayscale: #414141. Windows color (decimal): -16359864 or 4742662. OLE color: 4742662.

HSL color Cylindrical-coordinate representation of color #065E48: hue angle of 165º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065E48 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB69472-
CMYK0.9400.230.63
HSL165º88%19.61%-
HSV(B)165º93.62%36.86%-
XYZ5.258.517.5-
YUV65.18131.8585.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.49%
GREEN value IS 94 (37.11% from 255) = 54.65%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=3.49%
G=54.65%
B=41.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal694720.9400.230.631658819.61
Hex65E485E0173Fa55814
Octal61361101360277724513024
Binary11010111101001000101111001011111111110100101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065E48; }

 p { color: rgb(6,94,72); }

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

<style>
 a { background-color: #065E48; }

 a { background-color: rgb(6,94,72); }

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

<style>
 span { border-color: #065E48; }

 span { border-color: rgb(6,94,72); }

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