Html Css Color HEX #005940 Watercourse

📋 copy color: '#005940'

red 0 ◦ green 89 ◦ blue 64

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

Shades of Watercourse #005940

Tints of Watercourse #005940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.17%

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

R = 0%
G = 58.17%
B = 41.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#005940 (or 0x005940) is known color: Watercourse. HEX triplet: 00, 59 and 40. RGB value is (0,89,64). Sum of RGB (Red+Green+Blue) = 0+89+64=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 89 (35.16% from 255 or 58.17% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 89 - color contains mainly: green. Hex color #005940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005940 is #FFA6BF. Grayscale: #3B3B3B. Windows color (decimal): -16754368 or 4217088. OLE color: 4217088.

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

Color convert

RGB 0 89 64 -
CMYK 1 0 0.28 0.65
HSL 163.15º 1% 0.17% -
HSV(B) 163.15º 1% 0.35% -
XYZ 4.5 7.51 6.06 -
YUV 59.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 0 89 64 1 0 0.28 0.65 163.15 1 0.17
Hex 0 59 40 64 0 1C 41 A3 64 11
Octal 0 131 100 144 0 34 101 243 144 21
Binary 0 1011001 1000000 1100100 0 11100 1000001 10100011 1100100 10001

Color Harmonies of #005940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005940

Black with #005940

Text Example


Text Example

White with #005940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005940; }

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

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

background-color css

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

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

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

border-color css

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

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

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