Html Css Color HEX #005540 Watercourse

📋 copy color: '#005540'

red 0 ◦ green 85 ◦ blue 64

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

Shades of Watercourse #005540

Tints of Watercourse #005540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 57.05%

 BLUE value IS 64 (25.39% from 255) = 42.95%

R = 0%
G = 57.05%
B = 42.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#005540 (or 0x005540) is known color: Watercourse. HEX triplet: 00, 55 and 40. RGB value is (0,85,64). Sum of RGB (Red+Green+Blue) = 0+85+64=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 85 (33.59% from 255 or 57.05% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 85 - color contains mainly: green. Hex color #005540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005540 is #FFAABF. Grayscale: #393939. Windows color (decimal): -16755392 or 4216064. OLE color: 4216064.

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

Color convert

RGB 0 85 64 -
CMYK 1 0 0.25 0.67
HSL 165.18º 1% 0.17% -
HSV(B) 165.18º 1% 0.33% -
XYZ 4.17 6.87 5.96 -
YUV 57.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 0 85 64 1 0 0.25 0.67 165.18 1 0.17
Hex 0 55 40 64 0 19 43 A5 64 11
Octal 0 125 100 144 0 31 103 245 144 21
Binary 0 1010101 1000000 1100100 0 11001 1000011 10100101 1100100 10001

Color Harmonies of #005540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005540

Black with #005540

Text Example


Text Example

White with #005540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005540; }

 p { color: rgb(0,85,64); }

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

background-color css

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

 a { background-color: rgb(0,85,64); }

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

border-color css

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

 span { border-color: rgb(0,85,64); }

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