Html Css Color HEX #056249 Watercourse

📋 copy color: '#056249'

red 5 ◦ green 98 ◦ blue 73

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

Shades of Watercourse #056249

Tints of Watercourse #056249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 55.68%

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

R = 2.84%
G = 55.68%
B = 41.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#056249 (or 0x056249) is known color: Watercourse. HEX triplet: 05, 62 and 49. RGB value is (5,98,73). Sum of RGB (Red+Green+Blue) = 5+98+73=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 98 (38.67% from 255 or 55.68% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 98 - color contains mainly: green. Hex color #056249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056249 is #FA9DB6. Grayscale: #434343. Windows color (decimal): -16424375 or 4809221. OLE color: 4809221.

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

Color convert

RGB 5 98 73 -
CMYK 0.95 0 0.26 0.62
HSL 163.87º 0.9% 0.2% -
HSV(B) 163.87º 0.95% 0.38% -
XYZ 5.63 9.25 7.79 -
YUV 67.34 131.19 83.53 -
System Red Green Blue C M Y K H S L
Decimal 5 98 73 0.95 0 0.26 0.62 163.87 0.9 0.2
Hex 5 62 49 5F 0 1A 3E A4 5A 14
Octal 5 142 111 137 0 32 76 244 132 24
Binary 101 1100010 1001001 1011111 0 11010 111110 10100100 1011010 10100

Color Harmonies of #056249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056249

Black with #056249

Text Example


Text Example

White with #056249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056249; }

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

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

background-color css

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

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

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

border-color css

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

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

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