#056C4C

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

Shades of Watercourse #056C4C

Tints of Watercourse #056C4C

Color information

#056C4C (or 0x056C4C) is unknown color: approx Watercourse. HEX triplet: 05, 6C and 4C. RGB value is (5,108,76). Sum of RGB (Red+Green+Blue) = 5+108+76=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 108 (42.58% from 255 or 57.14% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 108 - color contains mainly: green. Hex color #056C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056C4C is #FA93B3. Grayscale: #494949. Windows color (decimal): -16421812 or 5008389. OLE color: 5008389.

HSL color Cylindrical-coordinate representation of color #056C4C: hue angle of 161.36º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056C4C is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB510876-
CMYK0.9500.300.58
HSL161.36º91.15%22.16%-
HSV(B)161.36º95.37%42.35%-
XYZ6.7311.288.66-
YUV73.55129.3879.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 108 (42.58% from 255) = 57.14%
BLUE value IS 76 (30.08% from 255) = 40.21%
R=2.65%
G=57.14%
B=40.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5108760.9500.300.58161.3691.1522.16
Hex56C4C5F01E3Aa15b16
Octal51541141370367224113326
Binary10111011001001100101111101111011101010100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056C4C; }

 p { color: rgb(5,108,76); }

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

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

 a { background-color: rgb(5,108,76); }

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

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

 span { border-color: rgb(5,108,76); }

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