Html Css Color HEX #005742 Watercourse

📋 copy color: '#005742'

red 0 ◦ green 87 ◦ blue 66

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

Shades of Watercourse #005742

Tints of Watercourse #005742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 43.14%

R = 0%
G = 56.86%
B = 43.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#005742 (or 0x005742) is known color: Watercourse. HEX triplet: 00, 57 and 42. RGB value is (0,87,66). Sum of RGB (Red+Green+Blue) = 0+87+66=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 87 (34.38% from 255 or 56.86% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 87 - color contains mainly: green. Hex color #005742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005742 is #FFA8BD. Grayscale: #3A3A3A. Windows color (decimal): -16754878 or 4347648. OLE color: 4347648.

HSL color Cylindrical-coordinate representation of color #005742: hue angle of 165.52º 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 #005742 is Cyan = 1, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 87 66 -
CMYK 1 0 0.24 0.66
HSL 165.52º 1% 0.17% -
HSV(B) 165.52º 1% 0.34% -
XYZ 4.39 7.21 6.31 -
YUV 58.59 132.18 86.21 -
System Red Green Blue C M Y K H S L
Decimal 0 87 66 1 0 0.24 0.66 165.52 1 0.17
Hex 0 57 42 64 0 18 42 A6 64 11
Octal 0 127 102 144 0 30 102 246 144 21
Binary 0 1010111 1000010 1100100 0 11000 1000010 10100110 1100100 10001

Color Harmonies of #005742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005742

Black with #005742

Text Example


Text Example

White with #005742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005742; }

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

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

background-color css

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

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

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

border-color css

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

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

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