#005D47

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

Shades of Watercourse #005D47

Tints of Watercourse #005D47

Color information

#005D47 (or 0x005D47) is unknown color: approx Watercourse. HEX triplet: 00, 5D and 47. RGB value is (0,93,71). Sum of RGB (Red+Green+Blue) = 0+93+71=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 93 (36.72% from 255 or 56.71% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 93 - color contains mainly: green. Hex color #005D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005D47 is #FFA2B8. Grayscale: #3E3E3E. Windows color (decimal): -16753337 or 4676864. OLE color: 4676864.

HSL color Cylindrical-coordinate representation of color #005D47: hue angle of 165.81º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005D47 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB09371-
CMYK100.240.64
HSL165.81º100%18.24%-
HSV(B)165.81º100%36.47%-
XYZ5.058.287.29-
YUV62.68132.6983.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 93 (36.72% from 255) = 56.71%
BLUE value IS 71 (28.12% from 255) = 43.29%
R=0%
G=56.71%
B=43.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal09371100.240.64165.8110018.24
Hex05D476401840a66412
Octal013510714403010024614422
Binary0101110110001111100100011000100000010100110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,93,71); }

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

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

 a { background-color: rgb(0,93,71); }

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

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

 span { border-color: rgb(0,93,71); }

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