#015948

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

Shades of Watercourse #015948

Tints of Watercourse #015948

Color information

#015948 (or 0x015948) is unknown color: approx Watercourse. HEX triplet: 01, 59 and 48. RGB value is (1,89,72). Sum of RGB (Red+Green+Blue) = 1+89+72=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #015948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015948 is #FEA6B7. Grayscale: #3C3C3C. Windows color (decimal): -16688824 or 4741377. OLE color: 4741377.

HSL color Cylindrical-coordinate representation of color #015948: hue angle of 168.41º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015948 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB18972-
CMYK0.9900.190.65
HSL168.41º97.78%17.65%-
HSV(B)168.41º98.88%34.9%-
XYZ4.757.627.35-
YUV60.75134.3585.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 89 (35.16% from 255) = 54.94%
BLUE value IS 72 (28.52% from 255) = 44.44%
R=0.62%
G=54.94%
B=44.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal189720.9900.190.65168.4197.7817.65
Hex159486301341a86212
Octal113111014302310125014222
Binary1101100110010001100011010011100000110101000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015948; }

 p { color: rgb(1,89,72); }

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

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

 a { background-color: rgb(1,89,72); }

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

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

 span { border-color: rgb(1,89,72); }

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