Html Css Color HEX #036241 Watercourse

📋 copy color: '#036241'

red 3 ◦ green 98 ◦ blue 65

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

Shades of Watercourse #036241

Tints of Watercourse #036241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 1.81%
G = 59.04%
B = 39.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#036241 (or 0x036241) is known color: Watercourse. HEX triplet: 03, 62 and 41. RGB value is (3,98,65). Sum of RGB (Red+Green+Blue) = 3+98+65=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #036241 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036241 is #FC9DBE. Grayscale: #414141. Windows color (decimal): -16555455 or 4284931. OLE color: 4284931.

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

Color convert

RGB 3 98 65 -
CMYK 0.97 0 0.34 0.62
HSL 159.16º 0.94% 0.2% -
HSV(B) 159.16º 0.97% 0.38% -
XYZ 5.36 9.14 6.48 -
YUV 65.83 127.53 83.18 -
System Red Green Blue C M Y K H S L
Decimal 3 98 65 0.97 0 0.34 0.62 159.16 0.94 0.2
Hex 3 62 41 61 0 22 3E 9F 5E 14
Octal 3 142 101 141 0 42 76 237 136 24
Binary 11 1100010 1000001 1100001 0 100010 111110 10011111 1011110 10100

Color Harmonies of #036241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036241

Black with #036241

Text Example


Text Example

White with #036241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036241; }

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

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

background-color css

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

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

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

border-color css

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

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

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