#005A43

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

Shades of Watercourse #005A43

Tints of Watercourse #005A43

Color information

#005A43 (or 0x005A43) is unknown color: approx Watercourse. HEX triplet: 00, 5A and 43. RGB value is (0,90,67). Sum of RGB (Red+Green+Blue) = 0+90+67=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 90 (35.55% from 255 or 57.32% from 157); Blue value is 67 (26.56% from 255 or 42.68% from 157); Max value from RGB is 90 - color contains mainly: green. Hex color #005A43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005A43 is #FFA5BC. Grayscale: #3C3C3C. Windows color (decimal): -16754109 or 4413952. OLE color: 4413952.

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

Color convert

RGB09067-
CMYK100.260.65
HSL164.67º100%17.65%-
HSV(B)164.67º100%35.29%-
XYZ4.677.726.55-
YUV60.47131.6884.87-

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) = 57.32%
BLUE value IS 67 (26.56% from 255) = 42.68%
R=0%
G=57.32%
B=42.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal09067100.260.65164.6710017.65
Hex05A436401A41a56412
Octal013210314403210124514422
Binary0101101010000111100100011010100000110100101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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