Html Css Color HEX #006249 Watercourse

📋 copy color: '#006249'

red 0 ◦ green 98 ◦ blue 73

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

Shades of Watercourse #006249

Tints of Watercourse #006249

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 57.31%
B = 42.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#006249 (or 0x006249) is known color: Watercourse. HEX triplet: 00, 62 and 49. RGB value is (0,98,73). Sum of RGB (Red+Green+Blue) = 0+98+73=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 98 (38.67% from 255 or 57.31% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 98 - color contains mainly: green. Hex color #006249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006249 is #FF9DB6. Grayscale: #414141. Windows color (decimal): -16752055 or 4809216. OLE color: 4809216.

HSL color Cylindrical-coordinate representation of color #006249: hue angle of 164.69º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006249 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 98 73 -
CMYK 1 0 0.26 0.62
HSL 164.69º 1% 0.19% -
HSV(B) 164.69º 1% 0.38% -
XYZ 5.57 9.22 7.79 -
YUV 65.85 132.03 81.03 -
System Red Green Blue C M Y K H S L
Decimal 0 98 73 1 0 0.26 0.62 164.69 1 0.19
Hex 0 62 49 64 0 1A 3E A5 64 13
Octal 0 142 111 144 0 32 76 245 144 23
Binary 0 1100010 1001001 1100100 0 11010 111110 10100101 1100100 10011

Color Harmonies of #006249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006249

Black with #006249

Text Example


Text Example

White with #006249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006249; }

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

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

background-color css

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

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

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

border-color css

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

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

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