Html Css Color HEX #005741 Watercourse

📋 copy color: '#005741'

red 0 ◦ green 87 ◦ blue 65

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

Shades of Watercourse #005741

Tints of Watercourse #005741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 57.24%

 BLUE value IS 65 (25.78% from 255) = 42.76%

R = 0%
G = 57.24%
B = 42.76%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#005741 (or 0x005741) is known color: Watercourse. HEX triplet: 00, 57 and 41. RGB value is (0,87,65). Sum of RGB (Red+Green+Blue) = 0+87+65=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 87 (34.38% from 255 or 57.24% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 87 - color contains mainly: green. Hex color #005741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005741 is #FFA8BE. Grayscale: #3A3A3A. Windows color (decimal): -16754879 or 4282112. OLE color: 4282112.

HSL color Cylindrical-coordinate representation of color #005741: hue angle of 164.83º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005741 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 87 65 -
CMYK 1 0 0.25 0.66
HSL 164.83º 1% 0.17% -
HSV(B) 164.83º 1% 0.34% -
XYZ 4.36 7.2 6.16 -
YUV 58.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 0 87 65 1 0 0.25 0.66 164.83 1 0.17
Hex 0 57 41 64 0 19 42 A5 64 11
Octal 0 127 101 144 0 31 102 245 144 21
Binary 0 1010111 1000001 1100100 0 11001 1000010 10100101 1100100 10001

Color Harmonies of #005741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005741

Black with #005741

Text Example


Text Example

White with #005741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005741; }

 p { color: rgb(0,87,65); }

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

background-color css

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

 a { background-color: rgb(0,87,65); }

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

border-color css

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

 span { border-color: rgb(0,87,65); }

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