#005B43

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

Shades of Watercourse #005B43

Tints of Watercourse #005B43

Color information

#005B43 (or 0x005B43) is unknown color: approx Watercourse. HEX triplet: 00, 5B and 43. RGB value is (0,91,67). Sum of RGB (Red+Green+Blue) = 0+91+67=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 91 (35.94% from 255 or 57.59% from 158); Blue value is 67 (26.56% from 255 or 42.41% from 158); Max value from RGB is 91 - color contains mainly: green. Hex color #005B43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005B43 is #FFA4BC. Grayscale: #3D3D3D. Windows color (decimal): -16753853 or 4414208. OLE color: 4414208.

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

Color convert

RGB09167-
CMYK100.260.64
HSL164.18º100%17.84%-
HSV(B)164.18º100%35.69%-
XYZ4.757.896.58-
YUV61.05131.3584.45-

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.59%
BLUE value IS 67 (26.56% from 255) = 42.41%
R=0%
G=57.59%
B=42.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal09167100.260.64164.1810017.84
Hex05B436401A40a46412
Octal013310314403210024414422
Binary0101101110000111100100011010100000010100100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #005B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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