Html Css Color HEX #005B47 Watercourse

📋 copy color: '#005B47'

red 0 ◦ green 91 ◦ blue 71

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

Shades of Watercourse #005B47

Tints of Watercourse #005B47

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 91 (35.94% from 255) = 56.17%

 BLUE value IS 71 (28.13% from 255) = 43.83%

R = 0%
G = 56.17%
B = 43.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#005B47 (or 0x005B47) is known color: Watercourse. HEX triplet: 00, 5B and 47. RGB value is (0,91,71). Sum of RGB (Red+Green+Blue) = 0+91+71=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 91 (35.94% from 255 or 56.17% from 162); Blue value is 71 (28.12% from 255 or 43.83% from 162); Max value from RGB is 91 - color contains mainly: green. Hex color #005B47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005B47 is #FFA4B8. Grayscale: #3D3D3D. Windows color (decimal): -16753849 or 4676352. OLE color: 4676352.

HSL color Cylindrical-coordinate representation of color #005B47: hue angle of 166.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 #005B47 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 0 91 71 -
CMYK 1 0 0.22 0.64
HSL 166.81º 1% 0.18% -
HSV(B) 166.81º 1% 0.36% -
XYZ 4.88 7.94 7.24 -
YUV 61.51 133.35 84.13 -
System Red Green Blue C M Y K H S L
Decimal 0 91 71 1 0 0.22 0.64 166.81 1 0.18
Hex 0 5B 47 64 0 16 40 A7 64 12
Octal 0 133 107 144 0 26 100 247 144 22
Binary 0 1011011 1000111 1100100 0 10110 1000000 10100111 1100100 10010

Color Harmonies of #005B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005B47

Black with #005B47

Text Example


Text Example

White with #005B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #005B47;
 }
 .AnyTagClassName
 {
   color: #005B47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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