Html Css Color HEX #005A41 Watercourse

📋 copy color: '#005A41'

red 0 ◦ green 90 ◦ blue 65

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

Shades of Watercourse #005A41

Tints of Watercourse #005A41

RGB

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

 GREEN value IS 90 (35.55% from 255) = 58.06%

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

R = 0%
G = 58.06%
B = 41.94%

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

#005A41 (or 0x005A41) is known color: Watercourse. HEX triplet: 00, 5A and 41. RGB value is (0,90,65). Sum of RGB (Red+Green+Blue) = 0+90+65=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #005A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A41 is #FFA5BE. Grayscale: #3C3C3C. Windows color (decimal): -16754111 or 4282880. OLE color: 4282880.

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

Color convert

RGB 0 90 65 -
CMYK 1 0 0.28 0.65
HSL 163.33º 1% 0.18% -
HSV(B) 163.33º 1% 0.35% -
XYZ 4.61 7.69 6.24 -
YUV 60.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 0 90 65 1 0 0.28 0.65 163.33 1 0.18
Hex 0 5A 41 64 0 1C 41 A3 64 12
Octal 0 132 101 144 0 34 101 243 144 22
Binary 0 1011010 1000001 1100100 0 11100 1000001 10100011 1100100 10010

Color Harmonies of #005A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A41

Black with #005A41

Text Example


Text Example

White with #005A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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