Html Css Color HEX #005D47 Watercourse

📋 copy color: '#005D47'

red 0 ◦ green 93 ◦ blue 71

#005D47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #005D47

Tints of Watercourse #005D47

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.13% from 255) = 43.29%

R = 0%
G = 56.71%
B = 43.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#005D47 (or 0x005D47) is known color: 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

RGB 0 93 71 -
CMYK 1 0 0.24 0.64
HSL 165.81º 1% 0.18% -
HSV(B) 165.81º 1% 0.36% -
XYZ 5.05 8.28 7.29 -
YUV 62.69 132.69 83.29 -
System Red Green Blue C M Y K H S L
Decimal 0 93 71 1 0 0.24 0.64 165.81 1 0.18
Hex 0 5D 47 64 0 18 40 A6 64 12
Octal 0 135 107 144 0 30 100 246 144 22
Binary 0 1011101 1000111 1100100 0 11000 1000000 10100110 1100100 10010

Color Harmonies of #005D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005D47

Black with #005D47

Text Example


Text Example

White with #005D47

Text Example


Text Example

HTML Codes & Css Web 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>