#055F45

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

Shades of Watercourse #055F45

Tints of Watercourse #055F45

Color information

#055F45 (or 0x055F45) is unknown color: approx Watercourse. HEX triplet: 05, 5F and 45. RGB value is (5,95,69). Sum of RGB (Red+Green+Blue) = 5+95+69=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 95 (37.5% from 255 or 56.21% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 95 - color contains mainly: green. Hex color #055F45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055F45 is #FAA0BA. Grayscale: #414141. Windows color (decimal): -16425147 or 4546309. OLE color: 4546309.

HSL color Cylindrical-coordinate representation of color #055F45: hue angle of 162.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F45 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB59569-
CMYK0.9500.270.63
HSL162.67º90%19.61%-
HSV(B)162.67º94.74%37.25%-
XYZ5.238.657.02-
YUV65.13130.1885.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 95 (37.5% from 255) = 56.21%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=2.96%
G=56.21%
B=40.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal595690.9500.270.63162.679019.61
Hex55F455F01B3Fa35a14
Octal51371051370337724313224
Binary10110111111000101101111101101111111110100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055F45; }

 p { color: rgb(5,95,69); }

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

<style>
 a { background-color: #055F45; }

 a { background-color: rgb(5,95,69); }

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

<style>
 span { border-color: #055F45; }

 span { border-color: rgb(5,95,69); }

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