#056245

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

Shades of Watercourse #056245

Tints of Watercourse #056245

Color information

#056245 (or 0x056245) is unknown color: approx Watercourse. HEX triplet: 05, 62 and 45. RGB value is (5,98,69). Sum of RGB (Red+Green+Blue) = 5+98+69=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 98 (38.67% from 255 or 56.98% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 98 - color contains mainly: green. Hex color #056245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056245 is #FA9DBA. Grayscale: #424242. Windows color (decimal): -16424379 or 4547077. OLE color: 4547077.

HSL color Cylindrical-coordinate representation of color #056245: hue angle of 161.29º 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 #056245 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB59869-
CMYK0.9500.300.62
HSL161.29º90.29%20.2%-
HSV(B)161.29º94.9%38.43%-
XYZ5.59.27.12-
YUV66.89129.1983.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 98 (38.67% from 255) = 56.98%
BLUE value IS 69 (27.34% from 255) = 40.12%
R=2.91%
G=56.98%
B=40.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598690.9500.300.62161.2990.2920.2
Hex562455F01E3Ea15a14
Octal51421051370367624113224
Binary10111000101000101101111101111011111010100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056245; }

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

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

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

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

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

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

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

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