Html Css Color HEX #036249 Watercourse

📋 copy color: '#036249'

red 3 ◦ green 98 ◦ blue 73

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

Shades of Watercourse #036249

Tints of Watercourse #036249

RGB

 RED value IS 3 (1.56% from 255) = 1.72%

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

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

R = 1.72%
G = 56.32%
B = 41.95%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#036249 (or 0x036249) is known color: Watercourse. HEX triplet: 03, 62 and 49. RGB value is (3,98,73). Sum of RGB (Red+Green+Blue) = 3+98+73=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #036249 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036249 is #FC9DB6. Grayscale: #424242. Windows color (decimal): -16555447 or 4809219. OLE color: 4809219.

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

Color convert

RGB 3 98 73 -
CMYK 0.97 0 0.26 0.62
HSL 164.21º 0.94% 0.2% -
HSV(B) 164.21º 0.97% 0.38% -
XYZ 5.61 9.24 7.79 -
YUV 66.75 131.53 82.53 -
System Red Green Blue C M Y K H S L
Decimal 3 98 73 0.97 0 0.26 0.62 164.21 0.94 0.2
Hex 3 62 49 61 0 1A 3E A4 5E 14
Octal 3 142 111 141 0 32 76 244 136 24
Binary 11 1100010 1001001 1100001 0 11010 111110 10100100 1011110 10100

Color Harmonies of #036249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036249

Black with #036249

Text Example


Text Example

White with #036249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036249; }

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

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

background-color css

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

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

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

border-color css

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

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

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