#005F49

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

Shades of Watercourse #005F49

Tints of Watercourse #005F49

Color information

#005F49 (or 0x005F49) is unknown color: approx Watercourse. HEX triplet: 00, 5F and 49. RGB value is (0,95,73). Sum of RGB (Red+Green+Blue) = 0+95+73=168 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 168); Green value is 95 (37.5% from 255 or 56.55% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 95 - color contains mainly: green. Hex color #005F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005F49 is #FFA0B6. Grayscale: #404040. Windows color (decimal): -16752823 or 4808448. OLE color: 4808448.

HSL color Cylindrical-coordinate representation of color #005F49: hue angle of 166.11º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005F49 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB09573-
CMYK100.230.63
HSL166.11º100%18.63%-
HSV(B)166.11º100%37.25%-
XYZ5.298.677.7-
YUV64.09133.0382.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 95 (37.5% from 255) = 56.55%
BLUE value IS 73 (28.91% from 255) = 43.45%
R=0%
G=56.55%
B=43.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal09573100.230.63166.1110018.63
Hex05F49640173Fa66413
Octal01371111440277724614423
Binary010111111001001110010001011111111110100110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #005F49; }

 p { color: rgb(0,95,73); }

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

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

 a { background-color: rgb(0,95,73); }

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

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

 span { border-color: rgb(0,95,73); }

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