Html Css Color HEX #056349 Watercourse

📋 copy color: '#056349'

red 5 ◦ green 99 ◦ blue 73

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

Shades of Watercourse #056349

Tints of Watercourse #056349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 55.93%

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

R = 2.82%
G = 55.93%
B = 41.24%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#056349 (or 0x056349) is known color: Watercourse. HEX triplet: 05, 63 and 49. RGB value is (5,99,73). Sum of RGB (Red+Green+Blue) = 5+99+73=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 99 (39.06% from 255 or 55.93% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 99 - color contains mainly: green. Hex color #056349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056349 is #FA9CB6. Grayscale: #434343. Windows color (decimal): -16424119 or 4809477. OLE color: 4809477.

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

Color convert

RGB 5 99 73 -
CMYK 0.95 0 0.26 0.61
HSL 163.4º 0.9% 0.2% -
HSV(B) 163.4º 0.95% 0.39% -
XYZ 5.73 9.44 7.82 -
YUV 67.93 130.86 83.11 -
System Red Green Blue C M Y K H S L
Decimal 5 99 73 0.95 0 0.26 0.61 163.4 0.9 0.2
Hex 5 63 49 5F 0 1A 3D A3 5A 14
Octal 5 143 111 137 0 32 75 243 132 24
Binary 101 1100011 1001001 1011111 0 11010 111101 10100011 1011010 10100

Color Harmonies of #056349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056349

Black with #056349

Text Example


Text Example

White with #056349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056349; }

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

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

background-color css

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

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

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

border-color css

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

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

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