Html Css Color HEX #056649 Watercourse

📋 copy color: '#056649'

red 5 ◦ green 102 ◦ blue 73

#056649
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #056649

Tints of Watercourse #056649

RGB

 RED value IS 5 (2.34% from 255) = 2.78%

 GREEN value IS 102 (40.23% from 255) = 56.67%

 BLUE value IS 73 (28.91% from 255) = 40.56%

R = 2.78%
G = 56.67%
B = 40.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#056649 (or 0x056649) is known color: Watercourse. HEX triplet: 05, 66 and 49. RGB value is (5,102,73). Sum of RGB (Red+Green+Blue) = 5+102+73=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 102 (40.23% from 255 or 56.67% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 102 - color contains mainly: green. Hex color #056649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056649 is #FA99B6. Grayscale: #454545. Windows color (decimal): -16423351 or 4810245. OLE color: 4810245.

HSL color Cylindrical-coordinate representation of color #056649: hue angle of 162.06º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056649 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 5 102 73 -
CMYK 0.95 0 0.28 0.6
HSL 162.06º 0.91% 0.21% -
HSV(B) 162.06º 0.95% 0.4% -
XYZ 6.02 10.02 7.92 -
YUV 69.69 129.86 81.86 -
System Red Green Blue C M Y K H S L
Decimal 5 102 73 0.95 0 0.28 0.6 162.06 0.91 0.21
Hex 5 66 49 5F 0 1C 3C A2 5B 15
Octal 5 146 111 137 0 34 74 242 133 25
Binary 101 1100110 1001001 1011111 0 11100 111100 10100010 1011011 10101

Color Harmonies of #056649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056649

Black with #056649

Text Example


Text Example

White with #056649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056649; }

 p { color: rgb(5,102,73); }

 H1.HeaderClassName
 {
   color: #056649;
 }
 .AnyTagClassName
 {
   color: #056649;
 }
</style>

background-color css

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

 a { background-color: rgb(5,102,73); }

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

border-color css

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

 span { border-color: rgb(5,102,73); }

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