#005B44

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

Shades of Watercourse #005B44

Tints of Watercourse #005B44

Color information

#005B44 (or 0x005B44) is unknown color: approx Watercourse. HEX triplet: 00, 5B and 44. RGB value is (0,91,68). Sum of RGB (Red+Green+Blue) = 0+91+68=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 91 (35.94% from 255 or 57.23% from 159); Blue value is 68 (26.95% from 255 or 42.77% from 159); Max value from RGB is 91 - color contains mainly: green. Hex color #005B44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005B44 is #FFA4BB. Grayscale: #3D3D3D. Windows color (decimal): -16753852 or 4479744. OLE color: 4479744.

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

Color convert

RGB09168-
CMYK100.250.64
HSL164.84º100%17.84%-
HSV(B)164.84º100%35.69%-
XYZ4.787.96.74-
YUV61.17131.8584.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 91 (35.94% from 255) = 57.23%
BLUE value IS 68 (26.95% from 255) = 42.77%
R=0%
G=57.23%
B=42.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal09168100.250.64164.8410017.84
Hex05B446401940a56412
Octal013310414403110024514422
Binary0101101110001001100100011001100000010100101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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