Html Css Color HEX #036149 Watercourse

📋 copy color: '#036149'

red 3 ◦ green 97 ◦ blue 73

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

Shades of Watercourse #036149

Tints of Watercourse #036149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.07%

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

R = 1.73%
G = 56.07%
B = 42.2%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#036149 (or 0x036149) is known color: Watercourse. HEX triplet: 03, 61 and 49. RGB value is (3,97,73). Sum of RGB (Red+Green+Blue) = 3+97+73=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 97 (38.28% from 255 or 56.07% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 97 - color contains mainly: green. Hex color #036149 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036149 is #FC9EB6. Grayscale: #424242. Windows color (decimal): -16555703 or 4808963. OLE color: 4808963.

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

Color convert

RGB 3 97 73 -
CMYK 0.97 0 0.25 0.62
HSL 164.68º 0.94% 0.2% -
HSV(B) 164.68º 0.97% 0.38% -
XYZ 5.51 9.05 7.76 -
YUV 66.16 131.86 82.95 -
System Red Green Blue C M Y K H S L
Decimal 3 97 73 0.97 0 0.25 0.62 164.68 0.94 0.2
Hex 3 61 49 61 0 19 3E A5 5E 14
Octal 3 141 111 141 0 31 76 245 136 24
Binary 11 1100001 1001001 1100001 0 11001 111110 10100101 1011110 10100

Color Harmonies of #036149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036149

Black with #036149

Text Example


Text Example

White with #036149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036149; }

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

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

background-color css

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

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

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

border-color css

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

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

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