#056246

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

Shades of Watercourse #056246

Tints of Watercourse #056246

Color information

#056246 (or 0x056246) is unknown color: approx Watercourse. HEX triplet: 05, 62 and 46. RGB value is (5,98,70). Sum of RGB (Red+Green+Blue) = 5+98+70=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #056246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056246 is #FA9DB9. Grayscale: #434343. Windows color (decimal): -16424378 or 4612613. OLE color: 4612613.

HSL color Cylindrical-coordinate representation of color #056246: hue angle of 161.94º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056246 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB59870-
CMYK0.9500.290.62
HSL161.94º90.29%20.2%-
HSV(B)161.94º94.9%38.43%-
XYZ5.549.217.28-
YUV67129.6983.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.89%
GREEN value IS 98 (38.67% from 255) = 56.65%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=2.89%
G=56.65%
B=40.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598700.9500.290.62161.9490.2920.2
Hex562465F01D3Ea25a14
Octal51421061370357624213224
Binary10111000101000110101111101110111111010100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056246; }

 p { color: rgb(5,98,70); }

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

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

 a { background-color: rgb(5,98,70); }

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

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

 span { border-color: rgb(5,98,70); }

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