Html Css Color HEX #036642 Watercourse

📋 copy color: '#036642'

red 3 ◦ green 102 ◦ blue 66

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

Shades of Watercourse #036642

Tints of Watercourse #036642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 59.65%

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

R = 1.75%
G = 59.65%
B = 38.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#036642 (or 0x036642) is known color: Watercourse. HEX triplet: 03, 66 and 42. RGB value is (3,102,66). Sum of RGB (Red+Green+Blue) = 3+102+66=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 102 (40.23% from 255 or 59.65% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 102 - color contains mainly: green. Hex color #036642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036642 is #FC99BD. Grayscale: #444444. Windows color (decimal): -16554430 or 4351491. OLE color: 4351491.

HSL color Cylindrical-coordinate representation of color #036642: hue angle of 158.18º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036642 is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 3 102 66 -
CMYK 0.97 0 0.35 0.6
HSL 158.18º 0.94% 0.21% -
HSV(B) 158.18º 0.97% 0.4% -
XYZ 5.77 9.92 6.76 -
YUV 68.3 126.7 81.43 -
System Red Green Blue C M Y K H S L
Decimal 3 102 66 0.97 0 0.35 0.6 158.18 0.94 0.21
Hex 3 66 42 61 0 23 3C 9E 5E 15
Octal 3 146 102 141 0 43 74 236 136 25
Binary 11 1100110 1000010 1100001 0 100011 111100 10011110 1011110 10101

Color Harmonies of #036642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036642

Black with #036642

Text Example


Text Example

White with #036642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036642; }

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

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

background-color css

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

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

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

border-color css

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

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

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