#005A44

Color #005A44 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #005A44

Tints of Watercourse #005A44

Color information

#005A44 (or 0x005A44) is unknown color: approx Watercourse. HEX triplet: 00, 5A and 44. RGB value is (0,90,68). Sum of RGB (Red+Green+Blue) = 0+90+68=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 90 (35.55% from 255 or 56.96% from 158); Blue value is 68 (26.95% from 255 or 43.04% from 158); Max value from RGB is 90 - color contains mainly: green. Hex color #005A44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A44 is #FFA5BB. Grayscale: #3C3C3C. Windows color (decimal): -16754108 or 4479488. OLE color: 4479488.

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

Color convert

RGB09068-
CMYK100.240.65
HSL165.33º100%17.65%-
HSV(B)165.33º100%35.29%-
XYZ4.77.736.71-
YUV60.58132.1884.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 90 (35.55% from 255) = 56.96%
BLUE value IS 68 (26.95% from 255) = 43.04%
R=0%
G=56.96%
B=43.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal09068100.240.65165.3310017.65
Hex05A446401841a56412
Octal013210414403010124514422
Binary0101101010001001100100011000100000110100101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #005A44;
 }
 .AnyTagClassName
 {
   color: #005A44;
 }
</style>
background-color css

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

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

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

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

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

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