Html Css Color HEX #036242 Watercourse

📋 copy color: '#036242'

red 3 ◦ green 98 ◦ blue 66

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

Shades of Watercourse #036242

Tints of Watercourse #036242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.52%

R = 1.8%
G = 58.68%
B = 39.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#036242 (or 0x036242) is known color: Watercourse. HEX triplet: 03, 62 and 42. RGB value is (3,98,66). Sum of RGB (Red+Green+Blue) = 3+98+66=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 66 (26.17% from 255 or 39.52% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #036242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036242 is #FC9DBD. Grayscale: #414141. Windows color (decimal): -16555454 or 4350467. OLE color: 4350467.

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

Color convert

RGB 3 98 66 -
CMYK 0.97 0 0.33 0.62
HSL 159.79º 0.94% 0.2% -
HSV(B) 159.79º 0.97% 0.38% -
XYZ 5.39 9.15 6.64 -
YUV 65.95 128.03 83.1 -
System Red Green Blue C M Y K H S L
Decimal 3 98 66 0.97 0 0.33 0.62 159.79 0.94 0.2
Hex 3 62 42 61 0 21 3E A0 5E 14
Octal 3 142 102 141 0 41 76 240 136 24
Binary 11 1100010 1000010 1100001 0 100001 111110 10100000 1011110 10100

Color Harmonies of #036242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036242

Black with #036242

Text Example


Text Example

White with #036242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036242; }

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

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

background-color css

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

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

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

border-color css

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

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

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